[ACS-12630]: Please [release] 5.4.4-A.6 [skip tests] (#1351)

This commit is contained in:
Dhaval Patel
2026-08-25 11:57:26 +05:30
committed by GitHub
parent b4be7ebab0
commit 9e333b88d0
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -30,8 +30,8 @@ env:
# Both variables are required to be set before the release process starts.
# As the release is triggered by a commit message with "[release]" keyword on a release branch,
# setting these variables to new values can be done in the same commit and will indicate the release and the dev versions in it.
RELEASE_VERSION: "5.4.4-A.5" # The version of the release (tag).
DEVELOPMENT_VERSION: "5.4.4-A.6-SNAPSHOT" # The version that will be set in pom files after the release (next dev version)
RELEASE_VERSION: "5.4.4-A.6" # The version of the release (tag).
DEVELOPMENT_VERSION: "5.4.4-A.7-SNAPSHOT" # The version that will be set in pom files after the release (next dev version)
permissions:
contents: read