Closed BinToss closed 11 months ago
CHANGELOG.md already exists. Current standard: Keep a Changelog
Keep a Changelog was our CHANGELOG standard until AmaiSosu 0.4.2. AmaiSosu 0.4.2 and later use conventional-changelog-conventionalcommits with some customization for granularity of
revert
andchore
commits.
Semantic Release will handle changelogs from now on. Just need to hook up HCE.Shared.
npm install @semantic-release/release-notes-generator -D
npx @semantic-release/release-notes-generator
- initialize change logWhen all is done, the change log will be updated and committed during every CI run of semantic-release.