Skip to content

Commit

Permalink
Merge pull request topolvm#996 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
pluser authored Dec 12, 2024
2 parents 6550055 + d8026dc commit 81c4833
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 81c4833

Please sign in to comment.