-
-
Notifications
You must be signed in to change notification settings - Fork 38
Open
Description
When running bump-my-version with a development version that's ahead of the latest tag (which is expected in most development workflows), the tool issues a warning. For example in my setup the current released and tagged version is 0.1.4 and I am currently working on 0.1.5dev. With this setup I get the following error when running:
bump-my-version bump release
Specified version (0.1.5dev) does not match last tagged version (0.1.4)This warning is unhelpful and potentially confusing because:
- In standard development workflows, the current version e.g. in pkginfo.py will intentionally be ahead of the latest tagged version
- The warning suggests something is wrong, but the operation completes successfully
- There's no way to suppress this warning through configuration as far as I know
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels