summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSeth Morton <seth.m.morton@gmail.com>2019-11-21 11:28:21 -0800
committerSeth Morton <seth.m.morton@gmail.com>2019-11-21 11:28:56 -0800
commit1f61b143da2b469a3511822d081b273d8552c93a (patch)
treee43e8485c5b61d60c36a900bdf9fa69ea2f21ad8
parent78d979e44e927aadfe9c99d316f8c68fd8d15deb (diff)
downloadnatsort-1f61b143da2b469a3511822d081b273d8552c93a.tar.gz
Update RELEASING.md
-rw-r--r--RELEASING.md14
1 files changed, 11 insertions, 3 deletions
diff --git a/RELEASING.md b/RELEASING.md
index b2c069f..3c40db2 100644
--- a/RELEASING.md
+++ b/RELEASING.md
@@ -17,15 +17,23 @@
This will take care of updating the `CHANGELOG.md` with the correct
release information.
-- [ ] Push the bumped commit and the tag:
+- [ ] Push the bumped commit:
```bash
git push
+ ```
+
+- [ ] Check that the [Travis CI build](https://travis-ci.org/SethMMorton/natsort) has
+ deployed correctly to [the test PyPI](https://test.pypi.org/project/natsort/#history).
+
+- [ ] Push the tag:
+
+ ```bash
git push --tags
```
-- [ ] Check the tagged [Travis CI build](https://travis-ci.org/SethMMorton/natsort) has
- deployed to [PyPI](https://pypi.org/project/natsort/#history).
+- [ ] Check that the tagged [Travis CI build](https://travis-ci.org/SethMMorton/natsort) has
+ deployed correctly to [PyPI](https://pypi.org/project/natsort/#history).
- [ ] Check installation: