This is an automated email from the ASF dual-hosted git repository.
ctubbsii pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/accumulo-classloaders.git
The following commit(s) were added to refs/heads/main by this push:
new 4c01aa9 Fix tagPrefix in release helper script
4c01aa9 is described below
commit 4c01aa9c476748a5e345abd98e15e5fdd65d7592
Author: Christopher Tubbs <[email protected]>
AuthorDate: Thu Feb 19 14:51:30 2026 -0500
Fix tagPrefix in release helper script
---
src/build/create-release-candidate.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/build/create-release-candidate.sh
b/src/build/create-release-candidate.sh
index b036bff..af917fa 100755
--- a/src/build/create-release-candidate.sh
+++ b/src/build/create-release-candidate.sh
@@ -28,7 +28,7 @@ export projNameLong="Apache ${projName^}"
export
stagingRepoPrefix="https://repository.apache.org/content/repositories/orgapache$tlpName"
export srcQualifier="source-release"
export
relTestingUrl="https://$tlpName.apache.org/contributor/verifying-release"
-export tagPrefix="rel/"
+export tagPrefix="rel/$projName-"
# check if running in a color terminal
terminalSupportsColor() {