We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
git-cliff is a tool that generates changelogs using git history and conventional commits.
Investigate the viability of incorporating this tool into our development workflow.
The below is sample output from git cliff with all default configuration.
git-cliff --init # create config vi cliff.toml # update default config to point at cosmos/ibc-go git-cliff --unreleased # generate markdown
All notable changes to this project will be documented in this file.
AllowUpdateAfterExpiry
AllowUpdateAfterMisbehaviour
AllowUpdateAfterProposal
Msg
RegisterAccount
The text was updated successfully, but these errors were encountered:
api-breaking#2106: this is an apiking commit related to issue 2106 (#…
4e664a0
…2106)
ba233c4
Definitely in favour of exploring an option like this ASAP! There is also a package I've heard about before but never used: https://www.npmjs.com/package/auto-changelog
Sorry, something went wrong.
I'd love to have auto generated changelogs asap as well!
chatton
Successfully merging a pull request may close this issue.
Summary
git-cliff is a tool that generates changelogs using git history and conventional commits.
Proposal
Investigate the viability of incorporating this tool into our development workflow.
The below is sample output from git cliff with all default configuration.
Changelog
All notable changes to this project will be documented in this file.
[unreleased]
Bug Fixes
Documentation
E2E
Features
Miscellaneous Tasks
AllowUpdateAfterExpiry
,AllowUpdateAfterMisbehaviour
(#1843)AllowUpdateAfterProposal
(#1940)Msg
service andRegisterAccount
rpc boilerplate (#2068)Refactor
Testing
Build
E2e
For Admin Use
The text was updated successfully, but these errors were encountered: