This commit is contained in:
Andrey Anurin
2016-05-16 23:46:33 -07:00
commit 916d13f93e
412 changed files with 37846 additions and 0 deletions

View File

@@ -0,0 +1,15 @@
# Release procedure (for developers):
- Check open issues and outstanding pull requests
- Confirm `make test` passes
- check with multiple zsh versions
- Update changelog.md
- Remove `-dev` suffix from `./.version`;
Commit that;
Tag it using `git tag $(<.version)`;
Increment `./.version` and restore the `-dev` suffix;
Commit that.
- Push with `git push --tags`
- Notify downstreams (OS packages)
- anitya should autodetect the tag
- Update /topic on IRC