Hi! I got this issue after tagbot was unable to create releases:
JuliaPluto/BetterFileWatching.jl#10
The commands it suggested are:
gh release create v0.1.5 --generate-notes
gh release create v0.1.6 --generate-notes
I ran these commands, and now I have two git tags at the latest commit of my main branch. But that's wrong – these were old releases that just never got tagged (because tagbot was disabled during those releases).
It should be:
gh release create v0.1.5 --target 2194f11a --generate-notes
gh release create v0.1.6 --target 4b71a86a --generate-notes
Hi! I got this issue after tagbot was unable to create releases:
JuliaPluto/BetterFileWatching.jl#10
The commands it suggested are:
I ran these commands, and now I have two git tags at the latest commit of my
mainbranch. But that's wrong – these were old releases that just never got tagged (because tagbot was disabled during those releases).It should be: