From fa0189d9bcab47d9816737216a8e479d22f5297b Mon Sep 17 00:00:00 2001 From: Hugo Date: Thu, 5 Mar 2020 00:52:13 +0200 Subject: [PATCH] Update release checklist for Release Drafter --- RELEASING.md | 18 ++++-------------- 1 file changed, 4 insertions(+), 14 deletions(-) diff --git a/RELEASING.md b/RELEASING.md index 0b97c7b..068ef1e 100644 --- a/RELEASING.md +++ b/RELEASING.md @@ -4,23 +4,13 @@ [Travis CI](https://travis-ci.org/pylast/pylast) should be running cleanly for all merges to master. -* [ ] Tag with the version number: +* [ ] Edit release draft, adjust text if needed: https://github.com/pylast/pylast/releases -```bash -git tag -a 3.2.0 -m "Release 3.2.0" -``` +* [ ] Check next tag is correct, amend if needed -* [ ] Push tag: +* [ ] Copy text into [`CHANGELOG.md`](CHANGELOG.md) -```bash -git push --tags -``` - -* [ ] Create new GitHub release: https://github.com/pylast/pylast/releases/new - - * Tag: Pick existing tag "3.2.0" - - * Description: Copy from [`CHANGELOG.md`](CHANGELOG.md) +* [ ] Publish release * [ ] Check the tagged [Travis CI build](https://travis-ci.org/pylast/pylast) has deployed to [PyPI](https://pypi.org/project/pylast/#history)