Closed jessebraham closed 1 week ago
Considered adding a publish
command instead which optionally allows for dry run, but I'm afraid I'll forget the argument. Can invert the logic I guess, but something like cargo publish --publish
seems weird 😅 Open to suggestions here
Okay I ended up changing it to publish
, which performs a dry-run by default but can optionally be supplied --no-dry-run
. This command is a bit spicy but will be handy I guess 😅
Seems to work as far as I can tell 😅