2.1.0 • Published 3 years ago
release-note-generator-cmr-dev v2.1.0
release-note-generator
See the CHANGELOG
Installation
npm install --save-dev semantic-release
npm install --save-dev @semantic-release/{changelog,git}
npm install --save-dev conventional-changelog-conventionalcommits
npm install --save-dev @commitlint/{config-conventional,cli}
npm install --save-dev husky
npx husky install
npx husky add .husky/commit-msg 'npx --no-install commitlint --edit $1'
Reuse github action worfklow and release.config.js.