Skip to content

Commit

Permalink
Update release checklist (#486)
Browse files Browse the repository at this point in the history
  • Loading branch information
hugovk authored Dec 5, 2020
1 parent 1c24dd0 commit 630488d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions RELEASING.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,13 @@ Jazzband guidelines: https://jazzband.co/about/releases

* [ ] Tag with version number and push tag, for example:
```bash
git tag -a v0.14.0 -m v0.14.0
git tag -a v3.1.0 -m v3.1.0
git push --tags
```

* [ ] Create new GitHub release: https://github.com/jazzband/tablib/releases/new
* Tag: Pick existing tag "v3.1.0"

* [ ] Once GitHub Actions has built and uploaded distributions, check files at
[Jazzband](https://jazzband.co/projects/tablib) and release to
[PyPI](https://pypi.org/pypi/tablib)
Expand All @@ -24,6 +27,3 @@ git push --tags
```bash
pip uninstall -y tablib && pip install -U tablib
```

* [ ] Create new GitHub release: https://github.com/jazzband/tablib/releases/new
* Tag: Pick existing tag "v0.14.0"

0 comments on commit 630488d

Please sign in to comment.