diff --git a/RELEASING.md b/RELEASING.md index b395aaa..2268db2 100644 --- a/RELEASING.md +++ b/RELEASING.md @@ -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 ``` -