UNPKG

@cocreate/acme

Version:

Dynamic SSL certificate management leveraging the ACME protocol, designed for direct API accessibility within applications. Automates certificate creation, renewal, and retrieval, ideal for distributed applications requiring real-time, secure certificate

22 lines 448 B
module.exports = { dryRun: false, branches: ["master"], plugins: [ "@semantic-release/commit-analyzer", "@semantic-release/release-notes-generator", [ "@semantic-release/changelog", { changelogFile: "CHANGELOG.md", }, ], "@semantic-release/npm", "@semantic-release/github", [ "@semantic-release/git", { assets: ["CHANGELOG.md", "package.json"], }, ], ], };