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
If there is no unreleased commits, git-cliff --bumped-version would return whole changelog content, which is not the result expected.
git-cliff --bumped-version
I think option --bumped-version should return new version if exists, or return current latest version as default.
--bumped-version
git-cliff --bumnped-version
return latest tag if no unreleased commits rather than whole changelog content
No response
The text was updated successfully, but these errors were encountered:
45c87f2
Thanks for reporting! This should be fixed in 45c87f2
Sorry, something went wrong.
orhun
No branches or pull requests
Is there an existing issue for this?
Description of the bug
If there is no unreleased commits,
git-cliff --bumped-version
would return whole changelog content, which is not the result expected.I think option
--bumped-version
should return new version if exists, or return current latest version as default.Steps To Reproduce
git-cliff --bumnped-version
Expected behavior
return latest tag if no unreleased commits rather than whole changelog content
Screenshots / Logs
No response
Software information
Additional context
No response
The text was updated successfully, but these errors were encountered: