mirror of
https://github.com/orhun/git-cliff.git
synced 2024-11-29 17:23:22 +03:00
3eb828e69a
* feat: add tag message to release context - add to the release context the tag's message if it exists - add message to the default config * feat(args): add `--with-tag-message` argument to allow setting the message of the last release in the context * docs: update args * docs: add adding-tag-messages * refactor: polish implementation * tests(test-tag-message): fix the template --------- Co-authored-by: Orhun Parmaksız <orhunparmaksiz@gmail.com>
242 B
242 B
sidebar_position |
---|
10 |
Print context
To print the changelog context as JSON:
# print context to stdout
git cliff --context
# save context to a file
git cliff --context --output context.json