Skip to content

Commit a472279

Browse files
Jan WielemakerJan Wielemaker
Jan Wielemaker
authored and
Jan Wielemaker
committed
Do not add versions to packs
1 parent b58e375 commit a472279

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

scripts/newversion

-10
Original file line numberDiff line numberDiff line change
@@ -52,13 +52,3 @@ if confirm "Tag the GIT repository with $gittag? "; then
5252
git tag -s -f -m "Release tag for ${vlong}" $gittag
5353
fi
5454

55-
56-
if confirm "Tag all packages with $gittag? "; then
57-
tmp=/tmp/msg$$
58-
echo "Release tag for ${vlong}" > $tmp
59-
60-
git submodule foreach git tag -s -f -F $tmp $gittag
61-
62-
rm -f $tmp
63-
fi
64-

0 commit comments

Comments
 (0)