Update release checklist

This commit is contained in:
hugovk 2015-05-07 09:26:44 +03:00
parent 67e0e80159
commit 767ff35ff9

View file

@ -4,11 +4,11 @@
* [ ] Update version in `pylast/__init__.py` and `setup.py` and commit:
```bash
git add pylast/__init__.py setup.py
git commit -m "Release 1.1.0"
git commit -m "Release 1.3.0"
```
* [ ] Tag the last commit with the version number:
```bash
git tag -a 1.1.0
git tag -a 1.3.0 -m "Release 1.3.0"
```
* [ ] Release on PyPI:
```bash