Skip to content

Conversation

@bearomorphism
Copy link
Collaborator

@bearomorphism bearomorphism commented Jan 15, 2026

Rework of #1659. It was close to merge.

Closes #1658

@codecov
Copy link

codecov bot commented Jan 15, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 97.96%. Comparing base (89f6b8f) to head (527c814).
⚠️ Report is 7 commits behind head on next-release.
✅ All tests successful. No failed tests found.

Additional details and impacted files
@@              Coverage Diff              @@
##           next-release    #1802   +/-   ##
=============================================
  Coverage         97.96%   97.96%           
=============================================
  Files                60       60           
  Lines              2651     2655    +4     
=============================================
+ Hits               2597     2601    +4     
  Misses               54       54           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@bearomorphism bearomorphism force-pushed the pr-1659 branch 4 times, most recently from cb94f8b to b5e7cdb Compare January 15, 2026 13:13
@bearomorphism bearomorphism changed the base branch from master to next-release January 31, 2026 07:14
@bearomorphism bearomorphism mentioned this pull request Jan 31, 2026
12 tasks
Copy link
Member

@Lee-W Lee-W left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

a few nits

configuration file only.
configuration file only(deprecated; use --version-
files-only instead).
--version-files-only bump version in the files from the config
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
--version-files-only bump version in the files from the config
--version-files-only Bump version in the files from the config

{
"name": "--version-files-only",
"action": "store_true",
"help": "bump version in the files from the config",
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
"help": "bump version in the files from the config",
"help": "Bump version in the files from the config",

Comment on lines +1472 to +1474
with pytest.warns(DeprecationWarning):
with pytest.raises(ExpectedExit):
util.run_cli("bump", "--yes", "--files-only")
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
with pytest.warns(DeprecationWarning):
with pytest.raises(ExpectedExit):
util.run_cli("bump", "--yes", "--files-only")
with pytest.warns(DeprecationWarning), pytest.raises(ExpectedExit):
util.run_cli("bump", "--yes", "--files-only")

@Lee-W Lee-W added pr-status: wait-for-modification pr-status: ready-to-merge almost ready to merge. just keep it for a few days for others to check and removed pr-status: wait-for-review labels Jan 31, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

pr-status: ready-to-merge almost ready to merge. just keep it for a few days for others to check pr-status: wait-for-modification type: feature A new enhacement proposal

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Rename the option cz bump --files-only to --version-files-only

4 participants