-
Notifications
You must be signed in to change notification settings - Fork 131
Open
Description
Command:
bump2version --verbose --no-commit --no-tag --dry-run --allow-dirty patch /path/to/file.bumpversion.cfg
[bumpversion]
current_version = 1.2.1
commit = False
tag = False
Output:
Would prepare Git commit
Would add changes in file '/path/to/file' to Git
Would add changes in file '.bumpversion.cfg' to Git
Would commit to Git with message 'Bump version: 1.2.1 → 1.2.2'
Would tag 'v1.2.2' with message 'Bump version: 1.2.1 → 1.2.2' in Git and not signing
Doesn't matter if the config has commit=False and tag=False or if you specify --no-tag and --no-commit` the output of the dry run still shows that it would do those things.
Metadata
Metadata
Assignees
Labels
No labels