You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
Hi! For some weird reason after running
release
, it opened in the wrong github url.It opened
https://github.com/<org>/<repo>/releases/tag/untagged-<hash>
instead ofhttps://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.
The text was updated successfully, but these errors were encountered: