mirror of https://github.com/go-redis/redis.git
Tweak tag.sh
This commit is contained in:
parent
4ed306de42
commit
4029656ad5
|
@ -31,10 +31,10 @@ PACKAGE_DIRS=$(find . -mindepth 2 -type f -name 'go.mod' -exec dirname {} \; \
|
||||||
| sed 's/^\.\///' \
|
| sed 's/^\.\///' \
|
||||||
| sort)
|
| sort)
|
||||||
|
|
||||||
git tag ${TAG}
|
git tag ${TAG} -m "Version ${TAG}"
|
||||||
|
|
||||||
for dir in $PACKAGE_DIRS
|
for dir in $PACKAGE_DIRS
|
||||||
do
|
do
|
||||||
printf "tagging ${dir}/${TAG}\n"
|
printf "tagging ${dir}/${TAG}\n"
|
||||||
git tag ${dir}/${TAG} -a -m "Version ${TAG}"
|
git tag ${dir}/${TAG}
|
||||||
done
|
done
|
||||||
|
|
Loading…
Reference in New Issue