We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 01daafb commit cefe0dbCopy full SHA for cefe0db
epochX/cudacpp/release.sh
@@ -34,9 +34,9 @@ echo ${runnTAG}
34
# Create the unique (~permanent) tag
35
git tag ${uniqTAG} ${BRANCH} -m "Unique tag ${uniqTAG}"
36
37
-# Create the running tag
+# Create the running tag (use ^{} to disable nested tags)
38
# (use '-f' to replace any previously existing tag with the same name)
39
-git tag -f ${runnTAG} ${uniqTAG} -m "Running tag ${runnTAG} (linked to unique tag ${uniqTAG})"
+git tag -f ${runnTAG} ${uniqTAG}^{} -m "Running tag ${runnTAG} (linked to unique tag ${uniqTAG})"
40
41
# Push the tags to the remote repository
42
0 commit comments