Skip to content

Commit 0e90fcf

Browse files
Prepare for testkit release 0.3.
1 parent 1cc2a5c commit 0e90fcf

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

testkit/CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
Testkit Changelog
22

3+
# Version 0.3
4+
* Enhance testkit BuildScript model.
5+
36
# Version 0.2
47
* New `AbstractGradleProject` class as a foundation for project fixtures.
58

testkit/RELEASING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Release procedure for testkit
33
1. Update CHANGELOG
44
1. Update README if needed
55
1. Remove the `-SNAPSHOT` suffix from the version name in `testkit/build.gradle.kts`.
6-
1. git commit -am "Prepare for testkit release x.y.z."
6+
1. git commit -am "Prepare for testkit release x.y."
77
1. Publish again: `./gradlew :testkit:publishToMavenCentral --no-configuration-cache`
88
(this will automatically run the tests, including smoke tests, and won't publish if any fail)
99
1. git tag -a testkit-x.y -m "Testkit version x.y."

testkit/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ plugins {
66
}
77

88
group = "com.autonomousapps"
9-
version = "0.3-SNAPSHOT"
9+
version = "0.3"
1010

1111
dagp {
1212
version(version)

0 commit comments

Comments
 (0)