This is an automated email from the ASF dual-hosted git repository.
paulk-asert pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/groovy-website.git
The following commit(s) were added to refs/heads/asf-site by this push:
new 060e245 handle Groovy 6
060e245 is described below
commit 060e2453b0ec9855872ed8223ea5fbe15c3a6b76
Author: Paul King <[email protected]>
AuthorDate: Thu May 7 22:43:13 2026 +1000
handle Groovy 6
---
generator/src/main/groovy/generator/ChangelogParser.groovy | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/generator/src/main/groovy/generator/ChangelogParser.groovy
b/generator/src/main/groovy/generator/ChangelogParser.groovy
index 1bd3d29..451e186 100644
--- a/generator/src/main/groovy/generator/ChangelogParser.groovy
+++ b/generator/src/main/groovy/generator/ChangelogParser.groovy
@@ -34,7 +34,7 @@ class ChangelogParser {
private static final String BUGTYPE_MARK = '** '
private static final String ITEM_MARK = ' * '
private static final Pattern ITEM_PATTERN = ~/\[(GROOVY-[0-9]+)\] - (.+)/
- private static final String VERSION_PATTERN = /^((1\.)|[2345]\.)/
+ private static final String VERSION_PATTERN = /^((1\.)|[23456]\.)/
public static final Map<String, String> INFO = [
'1.1.0': 'Unreleased: renamed to 1.5.0',
'1.9.0': 'Unreleased: renamed to 2.0.0',