Update release docs
This commit is contained in:
parent
c6b080d578
commit
efd123004a
|
@ -1,10 +1,10 @@
|
||||||
# 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. [Travis CI](https://travis-ci.org/pylast/pylast) should be running cleanly for all merges to master.
|
||||||
* [ ] Remove `.dev0` suffix from version in `pylast/__init__.py` and `setup.py`:
|
* [ ] Remove `.dev0` suffix from the version:
|
||||||
```bash
|
```bash
|
||||||
git checkout master
|
git checkout master
|
||||||
edit pylast/__init__.py setup.py
|
edit pylast/version.py
|
||||||
```
|
```
|
||||||
* [ ] Commit and tag with the version number:
|
* [ ] Commit and tag with the version number:
|
||||||
```bash
|
```bash
|
||||||
|
@ -28,10 +28,10 @@ git push --tags
|
||||||
* [ ] Create new GitHub release: https://github.com/pylast/pylast/releases/new
|
* [ ] Create new GitHub release: https://github.com/pylast/pylast/releases/new
|
||||||
* Tag: Pick existing tag "2.1.0"
|
* Tag: Pick existing tag "2.1.0"
|
||||||
* Title: "Release 2.1.0"
|
* Title: "Release 2.1.0"
|
||||||
* [ ] Increment version and append `.dev0` in `pylast/__init__.py` and `setup.py`:
|
* [ ] Increment version and append `.dev0`:
|
||||||
```bash
|
```bash
|
||||||
git checkout master
|
git checkout master
|
||||||
edit pylast/__init__.py setup.py
|
edit pylast/version.py
|
||||||
```
|
```
|
||||||
* [ ] Commit and push:
|
* [ ] Commit and push:
|
||||||
```bash
|
```bash
|
||||||
|
|
Loading…
Reference in a new issue