Skip to content

Commit

Permalink
Do not add versions to packs
Browse files Browse the repository at this point in the history
  • Loading branch information
Jan Wielemaker authored and Jan Wielemaker committed Jul 27, 2018
1 parent b58e375 commit a472279
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions scripts/newversion
Original file line number Diff line number Diff line change
Expand Up @@ -52,13 +52,3 @@ if confirm "Tag the GIT repository with $gittag? "; then
git tag -s -f -m "Release tag for ${vlong}" $gittag
fi


if confirm "Tag all packages with $gittag? "; then
tmp=/tmp/msg$$
echo "Release tag for ${vlong}" > $tmp

git submodule foreach git tag -s -f -F $tmp $gittag

rm -f $tmp
fi

0 comments on commit a472279

Please sign in to comment.