Skip to content

Commit dbcd070

Browse files
committed
[skip ci] post 7.0.0 release adjustments
1 parent 8b6ee8a commit dbcd070

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/scripts/releaseDistributions.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
# under the License.
2020
#
2121

22-
# ./releaseDistributions.sh <tag> <username> <svn_folder>
22+
# ./releaseDistributions.sh <tag> <svn_folder> <username>
2323

2424
set -euo pipefail
2525

.github/vote_templates/vote_succeeded.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@ I'll proceed with the release and announce it shortly.
99
Thanks to everyone who participated in the vote!
1010

1111
Regards
12-
<NAME>
12+
<NAME>

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -391,7 +391,7 @@ jobs:
391391
- name: "🚀 MANUAL - Release JAR files"
392392
run: |
393393
echo "::group::Manual Jar Promotion"
394-
echo "Run .github/scripts/releaseJarFiles.sh ${TAG} ${REPO_NAME}:${VERSION} <ASF_USER>"
394+
echo "Run .github/scripts/releaseJarFiles.sh ${REPO_NAME}:${VERSION} <ASF_USER>"
395395
echo "::endgroup::"
396396
- name: "🚀 MANUAL - Release distribution artifacts"
397397
run: |

0 commit comments

Comments
 (0)