Heavily customized fork (cannot stress that enough) of conventional-changelog
and release-notes-generator
.
This moves away from Handlebars into TypeScript and is currently hyper-specific to GitHub only.
May move to remark
once semantic-release
is ESM.
[
'@jeromefitz/release-notes-generator',
{
config: '@jeromefitz/conventional-gitmoji',
},
]
Also add the changelog-config
customization:
pnpm add @jeromefitz/release-notes-generator @jeromefitz/conventional-gitmoji --save-dev