-
-
Notifications
You must be signed in to change notification settings - Fork 321
feat(bump): implements ignore_bump_* #1853
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: master
Are you sure you want to change the base?
Changes from all commits
d82dd5a
0488175
b753dd5
49c7e2d
486d9a0
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change | ||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
|
@@ -215,3 +215,57 @@ version_files = [ | |||||||||||||||||||||||||
| ## `version_scheme` | ||||||||||||||||||||||||||
|
|
||||||||||||||||||||||||||
| See [`--version-scheme`](../commands/bump.md#-version-scheme). | ||||||||||||||||||||||||||
|
|
||||||||||||||||||||||||||
| Here’s a clearer, more consistent rewrite with tightened wording, corrected descriptions, and parallel structure between the two options. | ||||||||||||||||||||||||||
|
Collaborator
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. remove |
||||||||||||||||||||||||||
|
|
||||||||||||||||||||||||||
| ## `ignore_bump_rev_list` | ||||||||||||||||||||||||||
|
|
||||||||||||||||||||||||||
| - Type: `list` | ||||||||||||||||||||||||||
| - Default: `[]` | ||||||||||||||||||||||||||
|
Comment on lines
+219
to
+224
|
||||||||||||||||||||||||||
| Here’s a clearer, more consistent rewrite with tightened wording, corrected descriptions, and parallel structure between the two options. | |
| ## `ignore_bump_rev_list` | |
| - Type: `list` | |
| - Default: `[]` | |
| ## `ignore_bump_rev_list` | |
| - Type: `list` | |
| - Default: `[]` | |
| - Type: `list` | |
| - Default: `[]` |
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.
The debug log message on this line exceeds the configured formatter/linter max line length (88 in pyproject.toml). Please wrap/reformat the string (or split it across lines) to avoid CI formatting/lint failures.
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.
Need to check what
loggeractually does