From 97a3053ebfc921fa9a5d9362d4e77b7bdd2675ee Mon Sep 17 00:00:00 2001 From: Steven Looman Date: Sat, 5 Oct 2024 14:51:32 +0200 Subject: [PATCH] Fix readme --- README.rst | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.rst b/README.rst index e1261f6..5201c87 100644 --- a/README.rst +++ b/README.rst @@ -103,8 +103,7 @@ Steps for releasing: - Do a pull: ``git pull`` - Run towncrier: ``towncrier build --version `` - Commit towncrier results: ``git commit -m "Towncrier"`` -- Run bump2version: ``bump2version --tag major/minor/patch`` - - Note that this creates a new commit + tag. +- Run bump2version (note that this creates a new commit + tag): ``bump2version --tag major/minor/patch`` - Push to github: ``git push && git push --tags``