Skip to content

Commit af3e21a

Browse files
committed
improve RELEASE.txt steps
1 parent 5a565ad commit af3e21a

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

RELEASE.txt

+6
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,15 @@
11

22
make sure tests pass
33

4+
git add/commit/push all changes
5+
46
./build.py package -version x.y.z
57

68
install it, confirm scripts/indexTaxis.py works
79

10+
git tag -m "Release x.y.z" -a vx.y.z
11+
12+
git push --tags
13+
814
after:
915
- bump version constants in indexTaxis.py and build.py

0 commit comments

Comments
 (0)