1
0
mirror of https://github.com/redis/go-redis.git synced 2025-07-31 05:04:23 +03:00

Create an annotated tag to give release.yml chance to run

This commit is contained in:
Vladimir Mihailenco
2021-08-12 15:00:12 +03:00
parent 74f9a7338f
commit 4ed306de42
3 changed files with 5 additions and 5 deletions

View File

@ -36,5 +36,5 @@ git tag ${TAG}
for dir in $PACKAGE_DIRS
do
printf "tagging ${dir}/${TAG}\n"
git tag ${dir}/${TAG}
git tag ${dir}/${TAG} -a -m "Version ${TAG}"
done