@mastoj/md-changelog
v0.0.19
Published
NPX command to generate a markdown changelog
Downloads
310
Readme
md-changelog
Sample command:
> npx . md-changelog --from v1.0.34 --to v1.0.35 --owner mastoj --repo branches --ghToken $(gh auth token) --ticketUrlTemplate https://jira.com/browse/\{\{id\}\}
Releasing new version
> npm version patch
> npm publish