Skip to content

Commit 0f6395c

Browse files
committed
Update release checklist for Roseau
1 parent 86e5463 commit 0f6395c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

RELEASING.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929

3030
### Feature releases (x.y.0)
3131

32-
- [ ] Clear `accepted-breaking-changes.txt`, change `previousVersion` in `gradle.properties` to `x.y.0` on the release branch, and commit with message "Update API baseline and clear accepted breaking changes"
32+
- [ ] Delete `accepted-breaking-changes.csv` (if it exists), change `previousVersion` in `gradle.properties` to `x.y.0` on the release branch, and commit with message "Update API baseline and clear accepted breaking changes"
3333
- [ ] Fast-forward merge the release branch to `main` and push to GitHub
3434
- [ ] Update the [security policy](https://github.com/junit-team/junit-framework/blob/main/SECURITY.md) and commit with message "Update security policy to reflect 5.x release" or similar
3535
- [ ] Create release notes for the next feature release from the template
@@ -38,6 +38,6 @@
3838
### Patch releases (x.y.z)
3939

4040
- [ ] 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
41-
- [ ] Clear `accepted-breaking-changes.txt`, change `previousVersion` in `gradle.properties` to `x.y.z` on the release branch, and commit with message "Update API baseline and clear accepted breaking changes"
41+
- [ ] Delete `accepted-breaking-changes.csv` (if it exists), change `previousVersion` in `gradle.properties` to `x.y.z` on the release branch, and commit with message "Update API baseline and clear accepted breaking changes"
4242
- [ ] Include the release notes of the patch release on `main` if not already present
4343
- [ ] Update [JBang catalog](https://github.com/junit-team/jbang-catalog/blob/main/jbang-catalog.json)

0 commit comments

Comments
 (0)