xmpp.chapril.org-conversejs/docs/RELEASE_CHECKLIST.txt
JC Brand 8b3ede9e56 Remove unused parts from Gruntfile
Wouldn't mind getting rid of grunt completely.
2015-10-27 09:11:36 +00:00

9 lines
176 B
Plaintext

- Run tests
make check
- make the release
make release VERSION=0.6.4
- Tag
git tag -s v0.6.4 -m 'Release of version 0.6.4'
- Push
git push origin master --tags