Shareable semantic-release config.
-
based on conventionalcommits
-
updates
CHANGELOG.md -
adds GitHub tags and releases with release notes
-
publishes new versions to npm
npm i --save-dev @binden/semantic-release-config- Add the
extendsproperty (in the.releaserc.jsonfile)
{ "extends": "@binden/semantic-release-config", "branches": ["v1", "main"] }- Run
semantic-release
npx semantic-release