Skip to content

Commit

Permalink
Prepare next development version of testkit.
Browse files Browse the repository at this point in the history
  • Loading branch information
autonomousapps committed Oct 27, 2023
1 parent 9bb56c2 commit c2c8ff2
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 5 deletions.
2 changes: 1 addition & 1 deletion testkit/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Testkit Changelog

# Version 0.4 (unreleased)
# Version 0.4
* New helper methods on `GradleProject` and `GradleProject.Builder` to simplify fixture construction.
* Simplified default JVM args set in `gradle.properties` of test fixtures.
* `BuildScript.group` and `BuildScript.version` should be `var`.
Expand Down
3 changes: 0 additions & 3 deletions testkit/RELEASING.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,3 @@ Release procedure for testkit
1. (Optional) Follow instructions in console output to release from Maven Central's staging repo.
This step is now automated via the `:promote` task, and should only be necessary if that task
fails.

nb: if there are ever any issues with publishing to the Gradle Plugin Portal, open an issue on
https://github.com/gradle/plugin-portal-requests/issues and email [email protected].
2 changes: 1 addition & 1 deletion testkit/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ plugins {
}

group = "com.autonomousapps"
version = "0.4"
version = "0.5-SNAPSHOT"

dagp {
version(version)
Expand Down

0 comments on commit c2c8ff2

Please sign in to comment.