From f5ea3b082d5a90af516116cb8b63381ad8672778 Mon Sep 17 00:00:00 2001 From: Paul Natsuo Kishimoto Date: Thu, 27 Oct 2022 10:49:47 +0200 Subject: [PATCH] Adjust release procedure --- DEVELOPING.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/DEVELOPING.rst b/DEVELOPING.rst index 559b872..6aac4be 100644 --- a/DEVELOPING.rst +++ b/DEVELOPING.rst @@ -23,12 +23,12 @@ Address any failures before releasing. 1. Create a new branch:: - $ git checkout -b release/vYYYY.MM.DD + $ git checkout -b release/YYYY.MM.DD 2. Tag the release candidate (RC) version, i.e. with a ``rcN`` suffix, and push:: $ git tag v2021.3.22rc1 - $ git push --tags origin release/vYYYY.MM.DD + $ git push --tags origin release/YYYY.MM.DD 3. Open a PR with the title “Release vYYYY.MM.DD” using this branch. Check: