2.1.0 • Published 3 years ago

release-note-generator-cmr-dev v2.1.0

Weekly downloads
-
License
ISC
Repository
github
Last release
3 years ago

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.

Docs