We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
You can continue the conversation there. Go to discussion →
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
ignore_tags
I am not sure if this is working as intended. Given: Config:
ignore_tags = ".*beta"
Script:
git commit --allow-empty -m "feat: add first beta feature" git tag v1.0.0-beta.1 git commit --allow-empty -m "feat: add second beta feature" git tag v1.0.0-beta.2 git tag v1.0.0 git commit --allow-empty -m "fix: simple fix" git tag v1.0.1
Output:
## [1.0.1] - 2021-01-23 ### Feat - Add first beta feature - Add first beta feature - Add second beta feature ### Fix - Simple fix <!-- generated by git-cliff -->
See https://github.com/bukforks/git-cliff/tree/c9300c5fb15e5e425965dc771ab7739396ea3258
## [1.0.1] - 2021-01-23 ### Fix - Simple fix ## [1.0.0] - 2021-01-23 ### Feat - Add first beta feature - Add second beta feature <!-- generated by git-cliff -->
No response
Windows
rustc 1.78.0 (9b00956e5 2024-04-29)
2.3.0
The text was updated successfully, but these errors were encountered:
orhun
No branches or pull requests
Is there an existing issue for this?
Description of the bug
I am not sure if this is working as intended. Given:
Config:
Script:
Output:
Steps To Reproduce
See https://github.com/bukforks/git-cliff/tree/c9300c5fb15e5e425965dc771ab7739396ea3258
Expected behavior
Screenshots / Logs
No response
Software information
Windows
rustc 1.78.0 (9b00956e5 2024-04-29)
2.3.0
Additional context
No response
The text was updated successfully, but these errors were encountered: