diff --git a/RELEASE.md b/RELEASE.md index cdfd84f73..d770e7cff 100644 --- a/RELEASE.md +++ b/RELEASE.md @@ -39,14 +39,14 @@ The result should look something like: Bump version ------------ -1. Go to [the rule setting page](https://github.com/topolvm/topolvm/settings/rules/2151135) and change the value of "Enforcement status" to `Active`. - -2. Determine a new version number by [checking the differences](https://github.com/topolvm/topolvm/compare/vX.Y.Z...main) since the last release. Then, define the `VERSION` variable. +1. Check if a new release is required by [checking the differences](https://github.com/topolvm/topolvm/compare/vX.Y.Z...main) since the last release. If so, determine a new version number and define the `VERSION` variable. ```console VERSION=1.2.3 ``` +2. Go to [the rule setting page](https://github.com/topolvm/topolvm/settings/rules/2151135) and change the value of "Enforcement status" to `Active`. + 3. Add a new tag and push it. ```console