File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
testkit/gradle-testkit-support Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -3,12 +3,12 @@ Release procedure for gradle-testkit-support
331 . Update CHANGELOG
441 . Update README if needed
551 . 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." `
771 . Publish: ` ./gradlew -p testkit :gradle-testkit-support:publishToMavenCentral `
88 (this will automatically run the tests, and won't publish if any fail)
991 . ` git tag -a testkit-support-x.y -m "TestKit Support version x.y." `
10101 . 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." `
12121 . ` git push && git push --tags `
13131 . (Optional) Update ` gradle-testkit-plugin ` default version of this library and publish it.
14141 . (Optional) Follow instructions in console output to release from Maven Central's staging repo.
Original file line number Diff line number Diff 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
99dagp {
1010 version(version)
You can’t perform that action at this time.
0 commit comments