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
version_files
It would be nice to support patterns when specifying version_files.
[tool.commitizen] tag_format = "v$version" version = "0.1.0" version_scheme = "pep440" version_files = [ "**/pyproject.tomls"]
The text was updated successfully, but these errors were encountered:
feat(bump): version_files now support glob patterns (fix commitizen…
752a6a6
…-tools#1067)
feat(bump): version_files now support glob patterns (fix #1067) (#1070
62c5cf2
)
noirbizarre
Successfully merging a pull request may close this issue.
Description
It would be nice to support patterns when specifying
version_files
.Possible Solution
The text was updated successfully, but these errors were encountered: