Skip to content

Commit 96f9876

Browse files
committed
improved tagging script
1 parent 6aa7f1c commit 96f9876

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tag-release.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,11 @@ fi
2121
echo "Tagging $VERSION with message: '$MESSAGE'"
2222

2323
for PREFIX in "${MODULE_PATHS[@]}"; do
24+
echo " tag ${PREFIX}${VERSION}"
2425
git tag -a "${PREFIX}${VERSION}" -m "$MESSAGE"
2526
done
2627

27-
echo "Tags to be pushed:"
28+
echo "Tags to be pushed"
2829
git push --tags --dry-run
2930

3031
echo "Do you want to push tags to origin? (y/n)"

0 commit comments

Comments
 (0)