mbarkhau / bumpver

BumpVer: Automatic Versioning
https://github.com/mbarkhau/bumpver
MIT License
199 stars 36 forks source link

Add `bumpver check` command #238

Open chrisjsewell opened 1 month ago

chrisjsewell commented 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

mbarkhau commented 1 month ago

Sounds easy enough. Do you have any interest in contributing this yourself?