Currently, running bumpall with no arguments results in packages being bumped to the latest safe version. However as developers we often want to know what a tool will do before running it.
To help facilitate this, and reduce accidental updates, I've chosen to make "dry run" the default, and make users pass in --update or -u to actually update the dependencies
Currently, running
bumpall
with no arguments results in packages being bumped to the latest safe version. However as developers we often want to know what a tool will do before running it.To help facilitate this, and reduce accidental updates, I've chosen to make "dry run" the default, and make users pass in
--update
or-u
to actually update the dependenciesAcknowledgements
This was suggested by @jaysc months ago