docs: add github.com/icholy/gomajor to RELEASE for updating major versions

This commit is contained in:
Nick Craig-Wood 2025-01-11 19:59:00 +00:00
parent aec87b74d3
commit 101dcfe157

View File

@ -86,6 +86,16 @@ build.
Once it compiles locally, push it on a test branch and commit fixes Once it compiles locally, push it on a test branch and commit fixes
until the tests pass. until the tests pass.
### Major versions
The above procedure will not upgrade major versions, so v2 to v3.
However this tool can show which major versions might need to be
upgraded:
go run github.com/icholy/gomajor@latest list -major
Expect API breakage when updating major versions.
## Tidy beta ## Tidy beta
At some point after the release run At some point after the release run