release icon indicating copy to clipboard operation
release copied to clipboard

wrong release url opened after release

Open bukinoshita opened this issue 6 years ago • 2 comments

Hi! For some weird reason after running release, it opened in the wrong github url.

 Bumped version tag to 0.0.0-canary.1
✔ Created release commit
✔ Tagged commit
✔ Pushed everything to remote
✔ Checking if release already exists
✔ Loading commit history
! Please enter the type of change for each commit:

? patch: redirect localhost url (#34) (patch)

✔ Generating the changelog
✔ Uploading prerelease

Done! Opened release in browser...

It opened https://github.com/<org>/<repo>/releases/tag/untagged-<hash> instead of https://github.com/<org>/<repo>/releases/edit/untagged-<hash>.

I found that this may occur in this function here.

If we confirm this bug, I can work in a fix.

bukinoshita avatar Mar 12 '19 13:03 bukinoshita

Same issue here

Stanzilla avatar Sep 21 '20 11:09 Stanzilla

Confirming.

RohovDmytro avatar Jan 28 '22 20:01 RohovDmytro