You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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]>
Copy file name to clipboardExpand all lines: RELEASE.md
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -39,14 +39,14 @@ The result should look something like:
39
39
Bump version
40
40
------------
41
41
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.
45
43
46
44
```console
47
45
VERSION=1.2.3
48
46
```
49
47
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`.
0 commit comments