We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 54424e5 commit 03bfd0fCopy full SHA for 03bfd0f
bin/release-publish.sh
@@ -45,19 +45,4 @@ echo "Please create a release on GitHub now."
45
echo "Visit: https://github.com/TACC/Core-Styles/releases/new"
46
read -p "Press Enter once you've created the release..."
47
48
-# Fetch and check tags
49
-echo "Fetching tags..."
50
-git fetch --tags
51
-
52
-echo "Checking if tag is annotated..."
53
-if git describe --exact-match "$version_tag" >/dev/null 2>&1; then
54
- echo "Tag $version_tag is already annotated"
55
-else
56
- echo "Tag $version_tag is not annotated, annotating..."
57
- ./bin/annotate-tag.sh "$version_tag"
58
59
- echo "Force pushing annotated tag..."
60
- git push --tags --force
61
-fi
62
63
echo "Release process complete!"
0 commit comments