From 788c2859649c537fdc29ef361a87fe1ae5089c9c Mon Sep 17 00:00:00 2001 From: Joost Holslag Date: Tue, 8 Jul 2025 11:32:09 +0200 Subject: [PATCH] allow '-beta' version suffix in archetype identification.adoc --- docs/Identification/master04-versioning.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/Identification/master04-versioning.adoc b/docs/Identification/master04-versioning.adoc index e63ea6f..13faee5 100755 --- a/docs/Identification/master04-versioning.adoc +++ b/docs/Identification/master04-versioning.adoc @@ -41,7 +41,7 @@ Lexically, the version identifier is defined as follows: minor_version = { V_NUMBER } ; patch_version = { V_NUMBER } ; extension = version_modifier '.' issue_number ; - version_modifier = '-rc' | '-alpha' ; + version_modifier = '-rc' | '-alpha' | '-beta' ; issue_number = V_NUMBER ; V_NUMBER = { V_DIGIT }+ ; V_DIGIT = '0' | '1' | '2' | '3' | '4' | '5' | '6' | '7' | '8' | '9' ;