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
This is already implemented in next-version here: release-plz/release-plz#1511
next-version
What we need to do is add these new fields (custom_major_increment_regex and custom_minor_increment_regex) to the bump configuration in git-cliff.
custom_major_increment_regex
custom_minor_increment_regex
git-cliff
None.
See https://git-cliff.org/docs/configuration/bump
The text was updated successfully, but these errors were encountered:
Related #718
Sorry, something went wrong.
feat: Support bumping version based on configurable custom pattern
e0cb9f1
closes orhun#717
d65fb87
8e03356
Successfully merging a pull request may close this issue.
Is there an existing issue or pull request for this?
Feature description
This is already implemented in
next-version
here: release-plz/release-plz#1511Desired solution
What we need to do is add these new fields (
custom_major_increment_regex
andcustom_minor_increment_regex
) to the bump configuration ingit-cliff
.Alternatives considered
None.
Additional context
See https://git-cliff.org/docs/configuration/bump
The text was updated successfully, but these errors were encountered: