Skip to content

Commit

Permalink
Update the release procedure to check if a new release is required
Browse files Browse the repository at this point in the history
We release a new version of TopoLVM 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]>
  • Loading branch information
toshipp committed Dec 12, 2024
1 parent 6550055 commit d8026dc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions RELEASE.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit d8026dc

Please sign in to comment.