Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Dry run as default #24

Merged
merged 5 commits into from
May 2, 2024
Merged

Dry run as default #24

merged 5 commits into from
May 2, 2024

Conversation

JonShort
Copy link
Owner

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

image

Acknowledgements

This was suggested by @jaysc months ago

src/main.rs Show resolved Hide resolved
@JonShort JonShort merged commit 6534513 into main May 2, 2024
5 checks passed
@JonShort JonShort deleted the dry-run-as-default branch May 2, 2024 18:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant