Update release instructions

This commit is contained in:
Bryan Housel
2015-02-11 15:09:07 -05:00
parent 1ad25c3dcd
commit 012a49c5ec
+1 -1
View File
@@ -17,7 +17,7 @@ TODO: turn this into a script.
- [ ] Update version number in package.json
- [ ] git checkout release && git reset --hard master
- [ ] make
- [ ] git add -f dist/iD.* && git commit -m 'Check in build'
- [ ] git add -f dist/*.css dist/*.js && git commit -m 'Check in build'
- [ ] git tag vA.B.C
- [ ] git push origin -f release vA.B.C