docs(readme): add changelog section to readme
Signed-off-by: zontreck <tarapiccari@gmail.com>
This commit is contained in:
parent
751e26141a
commit
ec2f61125f
1 changed files with 4 additions and 0 deletions
|
@ -18,3 +18,7 @@ Initial Author: <insert name> (insert email)
|
|||
We utilize Git Commitizen for structuring commits in a way that is compatible with automatically generating changelogs. If you submit a PR without utilizing git cz, you will be asked to resubmit the PR with CZ based commits.
|
||||
|
||||
https://commitizen-tools.github.io/commitizen/
|
||||
|
||||
# Changelog
|
||||
|
||||
The changelog is automatically generated by `cz`. To generate a changelog any time, use this command: `cz ch`, however the changelog is automatically generated and committed whenever `cz bump` is run.
|
||||
|
|
Loading…
Reference in a new issue