Skip to content

Commit

Permalink
Fix publish script
Browse files Browse the repository at this point in the history
  • Loading branch information
jacquev6 committed Aug 4, 2012
1 parent 609b7b8 commit 7348b67
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions publish.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@ sed -i -b "s/version = .*/version = \"$version\",/" setup.py
git add setup.py

echo "Edit ReadMe.md now, then press enter"
read
read foobar
git add ReadMe.md

echo "Breack (Ctrl+c) here if something is wrong. Else, press enter"
read
read foobar

git commit -m "Publish version $version"
git tag -m "Version $version" v$version
Expand Down

0 comments on commit 7348b67

Please sign in to comment.