Skip to content

Commit bdcfdd2

Browse files
committed
Update API baseline and clear accepted breaking changes
1 parent 3d1e763 commit bdcfdd2

File tree

3 files changed

+2
-17
lines changed

3 files changed

+2
-17
lines changed

RELEASING.md

Lines changed: 1 addition & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -22,20 +22,9 @@
2222
- [ ] [Mastodon](https://fosstodon.org/@junit)
2323
- [ ] [Bluesky](https://bsky.app/profile/junit.org)
2424

25-
### Preview releases (milestones and release candidates)
26-
27-
- [ ] Fast-forward merge the release branch to `main` and push to GitHub
28-
- [ ] Create release notes for the next preview or feature release from the template
29-
30-
### Feature releases (x.y.0)
31-
32-
- [ ] Fast-forward merge the release branch to `main` and push to GitHub
33-
- [ ] 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
34-
- [ ] Create release notes for the next feature release from the template
35-
- [ ] Update [JBang catalog](https://github.com/junit-team/jbang-catalog/blob/main/jbang-catalog.json)
36-
3725
### Patch releases (x.y.z)
3826

3927
- [ ] 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
28+
- [ ] Clear `accepted-breaking-changes.txt`, change `previousVersion` in `junitbuild.japicmp.gradle.kts` to `x.y.z` on the release branch, and commit with message "Update API baseline and clear accepted breaking changes"
4029
- [ ] Include the release notes of the patch release on `main` if not already present
4130
- [ ] Update [JBang catalog](https://github.com/junit-team/jbang-catalog/blob/main/jbang-catalog.json)
Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +0,0 @@
1-
org.junit.jupiter.api.extension.ExtensionContext#publishFile
2-
org.junit.jupiter.api.extension.MediaType
3-
org.junit.platform.commons.support.scanning.ClasspathScanner#scanForResourcesInClasspathRoot
4-
org.junit.platform.commons.support.scanning.ClasspathScanner#scanForResourcesInPackage

gradle/plugins/japicmp/src/main/kotlin/junitbuild.japicmp.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ val extension = extensions.create<JApiCmpExtension>("japicmp").apply {
3030
}
3131
previousVersion.apply {
3232
convention(provider {
33-
if (group == "org.junit.platform") "1.13.4" else "5.13.4"
33+
if (group == "org.junit.platform") "1.14.1" else "5.14.1"
3434
})
3535
finalizeValueOnRead()
3636
}

0 commit comments

Comments
 (0)