This repository has been archived by the owner on Jan 31, 2025. It is now read-only.
prepare-branch does not work for RC2 and higher #43
Labels
kind/bug
A bug in existing code (including security flaws)
using
./kuboreleaser --skip-check-before release --version v0.30.0-rc2 prepare-branch
did not bumpCurrentVersionNumber
inversion.go
inrelease-0.30.0
Same for
v0.30.0-rc3
, had to manually updateCurrentVersionNumber
inversion.go
inrelease-0.30.0
.Not a big deal, we rarely have more than one RC, but would be good to error and ask user to do the step, otherwise it is easy to miss and ship RC with broken
ipfs version
(cc @galargh for visibility, in case @gammazero needs to make more than one RC for future 0.31.x)
The text was updated successfully, but these errors were encountered: