Replies: 1 comment 1 reply
-
Hi @suxin2017 , Q1. What version of git-cliff are you using? $ git-cliff --version Q2. Also, when generating in verbose mode, what gets printed in the logs? $ git-cliff -vv Looking at your cliff.toml and the project’s commit history, it’s almost certain that the following two settings:
are most likely causing the release-related commits for v2.x.x to be filtered out and result in an empty section. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello everyone, I'm using cliff to generate a changelog. I don't know why, but the generated content doesn't follow the tag order. The file below doesn't have version v0.2.0. I've read many documents but can't figure out the reason. I hope to get your help
https://github.com/suxin2017/lynx-server/blob/main/CHANGELOG.md
Beta Was this translation helpful? Give feedback.
All reactions