Open tt-rkim opened 3 days ago
Per @eyonland @afuller-TT
We will likely incrementing beta tags, as in
v1.0-beta1 v1.0-beta2 v1.0-beta3
and eventually release a
v1.0-beta
And then go back to the usual generation of release candidates.
Looking over tools, we should be able to support this.
First step is likely to re-vendor our release tagging system for faster development, as no one else really uses it.
Can support betas here: https://github.com/PaulHatch/semantic-version#:~:text=the%20version%20output-,version_format,-%3A%20%22%24%7Bmajor
beta
Per @eyonland @afuller-TT
We will likely incrementing beta tags, as in
and eventually release a
And then go back to the usual generation of release candidates.
Looking over tools, we should be able to support this.
First step is likely to re-vendor our release tagging system for faster development, as no one else really uses it.