summaryrefslogtreecommitdiff
path: root/RELEASING.md
diff options
context:
space:
mode:
Diffstat (limited to 'RELEASING.md')
-rw-r--r--RELEASING.md11
1 files changed, 4 insertions, 7 deletions
diff --git a/RELEASING.md b/RELEASING.md
index 1c6932f..9f510c6 100644
--- a/RELEASING.md
+++ b/RELEASING.md
@@ -1,8 +1,8 @@
# Release Checklist
-- [ ] Get master to the appropriate code release state.
- [Travis CI](https://travis-ci.com/SethMMorton/natsort) must be passing:
- [![Build Status](https://travis-ci.com/SethMMorton/natsort.svg?branch=master)](https://travis-ci.com/SethMMorton/natsort)
+- [ ] Get main to the appropriate code release state.
+ [GitHub Actions](https://github.com/SethMMorton/natsort/actions) must be passing:
+ [![Build Status](https://github.com/SethMMorton/natsort/workflows/Tests/badge.svg)](https://github.com/SethMMorton/natsort/actions)
- [ ] Ensure that the `CHANGELOG.md` includes the changes made since last release.
Please follow the style outlined in https://keepachangelog.com/.
@@ -23,16 +23,13 @@
git push
```
-- [ ] Check that the [Travis CI build](https://travis-ci.com/SethMMorton/natsort) has
- deployed correctly to [the test PyPI](https://test.pypi.org/project/natsort/#history).
-
- [ ] Push the tag:
```bash
git push --tags
```
-- [ ] Check that the tagged [Travis CI build](https://travis-ci.com/SethMMorton/natsort) has
+- [ ] Check that the tagged [GitHub Actions build](https://github.com/SethMMorton/natsort/actions) has
deployed correctly to [PyPI](https://pypi.org/project/natsort/#history).
- [ ] Check installation: