You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flagon.apache.org by ej...@apache.org on 2024/03/21 23:34:32 UTC

(flagon) branch master updated: chore: drop 'incubating' from release script

This is an automated email from the ASF dual-hosted git repository.

ejones pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/flagon.git


The following commit(s) were added to refs/heads/master by this push:
     new 959e2cc  chore: drop 'incubating' from release script
959e2cc is described below

commit 959e2ccdd147d392a7b36db32fca419e555d262e
Author: Evan Jones <ev...@gmail.com>
AuthorDate: Thu Mar 21 19:34:23 2024 -0400

    chore: drop 'incubating' from release script
---
 release/make-release-artifacts.sh | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/release/make-release-artifacts.sh b/release/make-release-artifacts.sh
index 3f7fa44..23e88a4 100755
--- a/release/make-release-artifacts.sh
+++ b/release/make-release-artifacts.sh
@@ -101,7 +101,7 @@ detect_version
 ###############################################################################
 # Determine all filenames and paths, and confirm
 
-release_name=apache-flagon-useralejs-incubating-${current_version}
+release_name=apache-flagon-useralejs-${current_version}
 if [ -z "$rc_suffix" ]; then
     fail Specifying the RC number is required
 else
@@ -246,4 +246,4 @@ ls ${artifact_dir}
 echo "You can find these files in: ${artifact_dir}"
 echo "The git commit IDs for the voting emails are:"
 echo -n "incubator-flagon-userale: " && git rev-parse HEAD
-git submodule --quiet foreach 'echo -n "${name}: " && git rev-parse HEAD'
\ No newline at end of file
+git submodule --quiet foreach 'echo -n "${name}: " && git rev-parse HEAD'