This is an automated email from the ASF dual-hosted git repository.
matrei pushed a commit to branch 7.0.x
in repository https://gitbox.apache.org/repos/asf/grails-spring-security.git
The following commit(s) were added to refs/heads/7.0.x by this push:
new dbcd070da [skip ci] post 7.0.0 release adjustments
dbcd070da is described below
commit dbcd070da70d7cf39f03bea074a3c98f5dd91775
Author: Mattias Reichel <[email protected]>
AuthorDate: Tue Oct 28 15:01:07 2025 +0100
[skip ci] post 7.0.0 release adjustments
---
.github/scripts/releaseDistributions.sh | 2 +-
.github/vote_templates/vote_succeeded.txt | 2 +-
.github/workflows/release.yml | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/.github/scripts/releaseDistributions.sh
b/.github/scripts/releaseDistributions.sh
index b0fc7fe2a..df91ef5e2 100755
--- a/.github/scripts/releaseDistributions.sh
+++ b/.github/scripts/releaseDistributions.sh
@@ -19,7 +19,7 @@
# under the License.
#
-# ./releaseDistributions.sh <tag> <username> <svn_folder>
+# ./releaseDistributions.sh <tag> <svn_folder> <username>
set -euo pipefail
diff --git a/.github/vote_templates/vote_succeeded.txt
b/.github/vote_templates/vote_succeeded.txt
index 4cf55c9b0..f722d5d74 100644
--- a/.github/vote_templates/vote_succeeded.txt
+++ b/.github/vote_templates/vote_succeeded.txt
@@ -9,4 +9,4 @@ I'll proceed with the release and announce it shortly.
Thanks to everyone who participated in the vote!
Regards
-<NAME>
\ No newline at end of file
+<NAME>
diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml
index e77968222..0d122fa6b 100644
--- a/.github/workflows/release.yml
+++ b/.github/workflows/release.yml
@@ -391,7 +391,7 @@ jobs:
- name: "🚀 MANUAL - Release JAR files"
run: |
echo "::group::Manual Jar Promotion"
- echo "Run .github/scripts/releaseJarFiles.sh ${TAG}
${REPO_NAME}:${VERSION} <ASF_USER>"
+ echo "Run .github/scripts/releaseJarFiles.sh ${REPO_NAME}:${VERSION}
<ASF_USER>"
echo "::endgroup::"
- name: "🚀 MANUAL - Release distribution artifacts"
run: |