Skip to content

Commit

Permalink
Simplify release process
Browse files Browse the repository at this point in the history
  • Loading branch information
phihag committed Oct 18, 2013
1 parent b186d94 commit d559420
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions devscripts/release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -88,10 +88,6 @@ ROOT=$(pwd)
"$ROOT/devscripts/gh-pages/update-sites.py"
git add *.html *.html.in update
git commit -m "release $version"
git show HEAD
read -p "Is it good, can I push? (y/n) " -n 1
if [[ ! $REPLY =~ ^[Yy]$ ]]; then exit 1; fi
echo
git push "$ROOT" gh-pages
git push "$ORIGIN_URL" gh-pages
)
Expand Down

0 comments on commit d559420

Please sign in to comment.