scripts/release: cleanups

Signed-off-by: Stephen Smalley <sds@tycho.nsa.gov>
This commit is contained in:
Stephen Smalley 2016-10-14 11:47:29 -04:00
parent b5f2652a11
commit 1a27b5add9

View file

@ -42,10 +42,11 @@ for i in *.tar.gz; do
done done
echo "And then run:" echo "And then run:"
echo "cd $WIKIDIR" echo " cd $WIKIDIR"
echo "git commit -m \"Release $(date '+%Y%m%d')\" -a -s" echo " git commit -m \"Release $(date '+%Y%m%d')\" -a -s"
echo " git push"
echo ""
echo "Push the release and its tags to git via:" echo "Push the release and its tags to git via:"
echo " cd $PWD"
echo " git push" echo " git push"
echo " git push --tags" echo " git push --tags"