Skip to content

Commit 4878218

Browse files
committed
Update the release procedure to check if a new release is required
We release a new version of pie and its chart every month, but if there aren't any significant changes, we might skip that month's release. Signed-off-by: Toshikuni Fukaya <[email protected]>
1 parent 0d99876 commit 4878218

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

RELEASE.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,14 +39,14 @@ The result should look something like:
3939
Bump version
4040
------------
4141

42-
1. Go to [the rule setting page](https://github.com/topolvm/pie/settings/rules/1550843) and change the value of "Enforcement status" to `Active`.
43-
44-
2. Determine a new version number by [checking the differences](https://github.com/topolvm/pie/compare/vX.Y.Z...main) since the last release. Then, define the `VERSION` variable.
42+
1. Check if a new release is required by [checking the differences](https://github.com/topolvm/pie/compare/vX.Y.Z...main) since the last release. If so, determine a new version number and define the `VERSION` variable.
4543

4644
```console
4745
VERSION=1.2.3
4846
```
4947

48+
2. Go to [the rule setting page](https://github.com/topolvm/pie/settings/rules/1550843) and change the value of "Enforcement status" to `Active`.
49+
5050
3. Add a new tag and push it.
5151

5252
```console

0 commit comments

Comments
 (0)