From 882f1973062df9b3d1aec49d468621e46f72dfb6 Mon Sep 17 00:00:00 2001 From: fenn-cs Date: Sat, 30 Oct 2021 13:37:58 +0100 Subject: [PATCH] format updates Signed-off-by: fenn-cs --- docs/release-checklist.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/release-checklist.rst b/docs/release-checklist.rst index 75a9e2f4a..403a6f933 100644 --- a/docs/release-checklist.rst +++ b/docs/release-checklist.rst @@ -50,13 +50,13 @@ previously generated files. practice to give it the release name. You MAY also discard this directory once the release process is complete.* -- ``cd into the release directory and install dependencies by running ``python -m venv venv && source venv/bin/activate && pip install --editable .[test]```` +- ``cd`` into the release directory and install dependencies by running ``python -m venv venv && source venv/bin/activate && pip install --editable .[test]`` Create Branch and Apply Updates ``````````````````````````````` -- Create a branch for the release/candidate (e.g. `XXXX.release-1.16.0`) +- Create a branch for the release/candidate (e.g. ``XXXX.release-1.16.0``) - run ``tox -e news`` to produce a new NEWS.txt file (this does a commit) - create the news for the release @@ -73,7 +73,7 @@ Create Branch and Apply Updates - update "relnotes.txt" - - update all mentions of 1.16.0 -> 1.16.x + - update all mentions of ``1.16.0`` to new and higher release version for example ``1.16.1`` - update "previous release" statement and date - summarize major changes - commit it