dev: Document the release process (first draft).

This commit is contained in:
Daniel Shahaf 2015-10-19 13:59:30 +00:00
parent f48f5400c1
commit 4604deb652

11
release.md Normal file
View file

@ -0,0 +1,11 @@
# Release procedure (for developers):
- Check open issues and outstanding pull requests
- Confirm `make test` passes
- check with multiple zsh versions
- Update changelog.md
- Update ./.version
- `git tag -am "Release $(<.version)" zsh-syntax-highlighting-"$(<.version)" && git push --tags`
- `perl -pi -e 's/$/-dev/' ./.version`
- Notify downstreams (OS packages)
- anitya should autodetect the tag