Link to develop->master PR

[CI skip]
This commit is contained in:
Hugo 2017-01-03 15:47:24 +02:00 committed by GitHub
parent 54c4f9c093
commit 5aa61367e0

View file

@ -1,6 +1,6 @@
# Release Checklist
* [ ] Get master to the appropriate code release state. [Travis CI](https://travis-ci.org/pylast/pylast) should be running cleanly for all merges to master.
* [ ] Get [master to the appropriate code release state](https://github.com/pylast/pylast/compare/master...develop?expand=1). [Travis CI](https://travis-ci.org/pylast/pylast) should be running cleanly for all merges to master.
* [ ] Update version in `pylast/__init__.py` and `setup.py` and commit:
```bash
git checkout master
@ -29,4 +29,3 @@ git checkout develop
git merge master --ff-only
git push
```