Skip to content

Commit 92f7ae8

Browse files
authored
Avoid hard-coding 5.x prefix
1 parent 4b7e275 commit 92f7ae8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

RELEASING.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -27,14 +27,14 @@
2727
- [ ] Fast-forward merge the release branch to `main` and push to GitHub
2828
- [ ] Create release notes for the next preview or feature release from the template
2929

30-
### Feature releases (5.x.0)
30+
### Feature releases (x.y.0)
3131

3232
- [ ] Fast-forward merge the release branch to `main` and push to GitHub
3333
- [ ] Update the [security policy](https://github.com/junit-team/junit5/blob/main/SECURITY.md) and commit with message "Update security policy to reflect 5.x release" or similar
3434
- [ ] Create release notes for the next feature release from the template
3535
- [ ] Update [JBang catalog](https://github.com/junit-team/jbang-catalog/blob/main/jbang-catalog.json)
3636

37-
### Patch releases (5.x.y)
37+
### Patch releases (x.y.z)
3838

3939
- [ ] Cherry-pick the tagged commit from the release branch to `main` and resolve the conflict in `gradle.properties` by choosing the version of the `main` branch
4040
- [ ] Include the release notes of the patch release on `main` if not already present

0 commit comments

Comments
 (0)