Link to develop->master PR
[CI skip]
This commit is contained in:
parent
54c4f9c093
commit
5aa61367e0
|
@ -1,6 +1,6 @@
|
||||||
# Release Checklist
|
# 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:
|
* [ ] Update version in `pylast/__init__.py` and `setup.py` and commit:
|
||||||
```bash
|
```bash
|
||||||
git checkout master
|
git checkout master
|
||||||
|
@ -29,4 +29,3 @@ git checkout develop
|
||||||
git merge master --ff-only
|
git merge master --ff-only
|
||||||
git push
|
git push
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue