-
Notifications
You must be signed in to change notification settings - Fork 221
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
Add a publish
subcommand to the xtask (which performs a dry-run by default)
#2539
Conversation
Considered adding a |
c641d47
to
006e747
Compare
dry-run
subcommand to xtask to run cargo publish --dry-run
with required argumentspublish
subcommand to the xtask (which performs a dry-run by default)
Okay I ended up changing it to |
006e747
to
5daa43d
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, thanks!
Okay I ended up changing it to publish, which performs a dry-run by default but can optionally be supplied --no-dry-run
I think this is the most sane option, it should avoid most issues - worst case we can always yank the release if we mess up somewhere.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM! Thanks, just a nitpick suggestion that can totally be ignored
Co-authored-by: Sergio Gasquez Arcos <[email protected]>
Seems to work as far as I can tell 😅