-
-
Notifications
You must be signed in to change notification settings - Fork 301
feat(bump): add --version-files-only and deprecate --files-only #1659
New issue
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
base: v4-11-0
Are you sure you want to change the base?
feat(bump): add --version-files-only and deprecate --files-only #1659
Conversation
|
pls run though our pr checklist (you should see it upon PR creation) to pass the PR pipeline. just quickly scanned through your changes, looks like you didn't run |
|
All commit messages must meet our requirements. Run |
|
|
||
| create_file_and_commit("feat: another new feature") | ||
| testargs = ["cz", "bump", "--yes", "--files-only"] | ||
| testargs = ["cz", "bump", "--yes", "--files-only","--version-files-only"] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| testargs = ["cz", "bump", "--yes", "--files-only","--version-files-only"] | |
| testargs = ["cz", "bump", "--yes", "--files-only", "--version-files-only"] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think we should also have --version-files-only cases
This PR implements the changes requested in #1658.
Implements the historical recommendations described in #1640 (comment).
New Feature
--version-files-onlyversion_fileswithout creating a commit or tagDeprecation
--files-onlyas deprecated (to be removed in v5)Configuration Handling
files_onlyif presentDocumentation Updates
--version-files-only--files-onlyfiles→version_filesCloses #1658