Open chrisjsewell opened 1 month ago
Thanks for the package!
It would be nice to have a command that simply checks if all versions are currently up-to-update, and return a non-zero exit code if there are any changes, This would be similar to bumpver update --dry
bumpver update --dry
Sounds easy enough. Do you have any interest in contributing this yourself?
Thanks for the package!
It would be nice to have a command that simply checks if all versions are currently up-to-update, and return a non-zero exit code if there are any changes, This would be similar to
bumpver update --dry