Skip to content

Commit

Permalink
improve RELEASE.txt steps
Browse files Browse the repository at this point in the history
  • Loading branch information
mikemccand committed Aug 6, 2016
1 parent 5a565ad commit af3e21a
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions RELEASE.txt
Original file line number Diff line number Diff line change
@@ -1,9 +1,15 @@

make sure tests pass

git add/commit/push all changes

./build.py package -version x.y.z

install it, confirm scripts/indexTaxis.py works

git tag -m "Release x.y.z" -a vx.y.z

git push --tags

after:
- bump version constants in indexTaxis.py and build.py

0 comments on commit af3e21a

Please sign in to comment.