Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
scripts/release: cleanups
Signed-off-by: Stephen Smalley <sds@tycho.nsa.gov>
  • Loading branch information
stephensmalley committed Oct 14, 2016
1 parent b5f2652 commit 1a27b5a
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions scripts/release
Expand Up @@ -42,10 +42,11 @@ for i in *.tar.gz; do
done

echo "And then run:"
echo "cd $WIKIDIR"
echo "git commit -m \"Release $(date '+%Y%m%d')\" -a -s"
echo " cd $WIKIDIR"
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 " cd $PWD"
echo " git push"
echo " git push --tags"

0 comments on commit 1a27b5a

Please sign in to comment.