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
using ./kuboreleaser --skip-check-before release --version v0.30.0-rc2 prepare-branch did not bump CurrentVersionNumber in version.go in release-0.30.0
Same for v0.30.0-rc3, had to manually update CurrentVersionNumber in version.go in release-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:
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: