-
Notifications
You must be signed in to change notification settings - Fork 114
Closed
Labels
Description
Steps to reproduce
- Create private repo
- Make a change in the repo and commit it
- Install latest release
npm install -g release@6.0.0 - Run
release patch
The browser does open and says it can be closed but it does not proceed and no Release is created (however the tag is there).
✔ Bumped version tag to 0.0.4
✔ Created release commit
✔ Tagged commit
✔ Pushed everything to remote
⠇ Opening GitHub authentication page
Workaround
The workaround was to use release patch --show-url and then copy/paste that URL in the browser.
Notes
This was originally reported by @bukinoshita in a comment.
Reactions are currently unavailable