Skip to content

Commit 03bfd0f

Browse files
committed
chore: stop annotating tags
1 parent 54424e5 commit 03bfd0f

File tree

1 file changed

+0
-15
lines changed

1 file changed

+0
-15
lines changed

bin/release-publish.sh

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -45,19 +45,4 @@ echo "Please create a release on GitHub now."
4545
echo "Visit: https://github.com/TACC/Core-Styles/releases/new"
4646
read -p "Press Enter once you've created the release..."
4747

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-
6348
echo "Release process complete!"

0 commit comments

Comments
 (0)