Skip to content

Commit

Permalink
Merge pull request #295 from topolvm/improve-release
Browse files Browse the repository at this point in the history
Update the release procedure to check if a new release is required
  • Loading branch information
satoru-takeuchi authored Dec 19, 2024
2 parents f794d6f + db93935 commit f2fee52
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/pvc-autoresizer/settings/rules/2151118) and change the value of "Enforcement status" to `Active`.

2. Determine a new version number by [checking the differences](https://github.com/topolvm/pvc-autoresizer/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/pvc-autoresizer/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/pvc-autoresizer/settings/rules/2151118) and change the value of "Enforcement status" to `Active`.

3. Add a new tag and push it as follows:

```console
Expand Down

0 comments on commit f2fee52

Please sign in to comment.