From 101dcfe157f39c002dd9e0b749f75afcb801526f Mon Sep 17 00:00:00 2001 From: Nick Craig-Wood Date: Sat, 11 Jan 2025 19:59:00 +0000 Subject: [PATCH] docs: add github.com/icholy/gomajor to RELEASE for updating major versions --- RELEASE.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/RELEASE.md b/RELEASE.md index 7b1dad77f..c4c7d239e 100644 --- a/RELEASE.md +++ b/RELEASE.md @@ -86,6 +86,16 @@ build. Once it compiles locally, push it on a test branch and commit fixes 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 At some point after the release run