From 3a2593798eb1eacefb0d20b6619a350a2f5fb7a8 Mon Sep 17 00:00:00 2001 From: "Peter F. Patel-Schneider" Date: Sat, 9 May 2020 09:51:12 -0400 Subject: [PATCH] release: fix up RELEASE.md --- RELEASE.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/RELEASE.md b/RELEASE.md index 7c17a170..6781a815 100644 --- a/RELEASE.md +++ b/RELEASE.md @@ -3,11 +3,12 @@ ###### Please read before making a release. We support two type of releases: normal releases (ex. `1.0.0`) and release -candidates (ex. `1.0.0-rc1`). Release candidates must have a `-rcX` prefix. +candidates (ex. `1.0.0rc1`). Release candidates must have a `rcX` suffix. Release routine: - - Update the ChangeLog and setup.py to the new version and create a commit - - Release commits must start with `release VERSION` + - Update ChangeLog, setup.py, lib/solaar/__init__.py, and docs/_config.yml to the new version + - Create a commit that starts with `release VERSION` + - Push commit to Solaar repository - Invoke `./release.sh` - Git tags are signed so you must have GPG set up - You are required to have a have a github token with `public_repo` access