Skip to content

Commit 9ecb29e

Browse files
committed
Prepare next iteration
1 parent 8d526f8 commit 9ecb29e

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ description = "Spock Framework"
1616

1717
ext {
1818
baseVersion = "2.4"
19-
snapshotVersion = false
20-
milestone = 4
19+
snapshotVersion = true
20+
milestone = 0
2121
javaVersions = [8, 11, 17, 21] // ensure that latest version is actually build on GH actions and added to gradle.properties, otherwise no docs get published
2222
javaVersion = (System.getProperty("javaVersion") ?: 8) as int
2323
variants = [2.5, 3.0, 4.0]

docs/release_notes.adoc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@
33

44
include::include.adoc[]
55

6+
== 2.4 (tbd)
7+
68
== 2.4-M4 (2024-03-21)
79

810
* Fix nested regex finding in conditions spockPull:1931[]

0 commit comments

Comments
 (0)