Skip to content

Commit 61d0bc2

Browse files
chore(testkit-support): prepare next development version of testkit-support.
1 parent b714ec4 commit 61d0bc2

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

testkit/gradle-testkit-support/RELEASING.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@ Release procedure for gradle-testkit-support
33
1. Update CHANGELOG
44
1. Update README if needed
55
1. Remove the `-SNAPSHOT` suffix from the version name in `gradle-testkit-support/build.gradle.kts`.
6-
1. `git commit -am "chore(testkit): prepare for testkit-support release x.y."`
6+
1. `git commit -am "chore(testkit-support): prepare for testkit-support release x.y."`
77
1. Publish: `./gradlew -p testkit :gradle-testkit-support:publishToMavenCentral`
88
(this will automatically run the tests, and won't publish if any fail)
99
1. `git tag -a testkit-support-x.y -m "TestKit Support version x.y."`
1010
1. Update version number in `testkit/gradle-testkit-support/build.gradle.kts` to next snapshot version (x.y-SNAPSHOT)
11-
1. `git commit -am "chore(testkit): prepare next development version of testkit-support."`
11+
1. `git commit -am "chore(testkit-support): prepare next development version of testkit-support."`
1212
1. `git push && git push --tags`
1313
1. (Optional) Update `gradle-testkit-plugin` default version of this library and publish it.
1414
1. (Optional) Follow instructions in console output to release from Maven Central's staging repo.

testkit/gradle-testkit-support/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ plugins {
44
id("build-logic.lib.kotlin")
55
}
66

7-
version = "0.23"
7+
version = "0.24-SNAPSHOT"
88

99
dagp {
1010
version(version)

0 commit comments

Comments
 (0)