taproot-assets icon indicating copy to clipboard operation
taproot-assets copied to clipboard

[bug]: release script version checker does not support alpha release candidates

Open ffranr opened this issue 1 year ago • 1 comments

Fix the release script version checker such that it supports alpha release candidates.

@guggero explains:

the problem in the script is only with RC version. because we attempt to match the version.go version of v0.3.2-alpha.rc2 against the git tag v0.3.2-rc2 which doesn't match. For non-RC version it would be v0.3.2-alpha against v0.3.2 which is a valid substring

Release script path: ./scripts/release.sh

ffranr avatar Nov 29 '23 21:11 ffranr

Issue should be triaged again -- might have been fixed with subsequent release.sh updates

dstadulis avatar May 15 '24 15:05 dstadulis