2015-10-19 13:59:30 +00:00
|
|
|
# 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
|
2015-10-20 14:32:34 +00:00
|
|
|
- `git tag $(<.version) && git push --tags`
|
2015-10-19 13:59:30 +00:00
|
|
|
- `perl -pi -e 's/$/-dev/' ./.version`
|
|
|
|
- Notify downstreams (OS packages)
|
|
|
|
- anitya should autodetect the tag
|