Release command needs some fixes #704
Labels
area: deployment
Production or Staging deployment
developer experience
Helping the Developer Experience
type: bug
Something isn't working
I just did a release for 0.6.0, and it worked really well. For reference, here is what it looked like:
This generated a new GitHub Release, updated our package.json version, and pushed to GitHub.
Only 2 things that I can see didn't work:
--dry-run
flag to test the process without actually doing it. But the way I'm passing args to the command doesn't seem to work, or the--dry-run
flag is wrong (but docs talk about it)The text was updated successfully, but these errors were encountered: