From 515187d64cd040e7e2defac8845ff8fc46bae36b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ludwig=20H=C3=BClk?= Date: Mon, 9 Dec 2024 22:39:54 +0100 Subject: [PATCH] Add bumbversion to docs #76 --- RELEASE_PROCEDURE.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/RELEASE_PROCEDURE.md b/RELEASE_PROCEDURE.md index 9469313..fa1de8d 100644 --- a/RELEASE_PROCEDURE.md +++ b/RELEASE_PROCEDURE.md @@ -82,7 +82,7 @@ For a **Patch Release** (Hotfix), start at [section 3](https://github.com/rl-ins - Checkout `develop` and branch with `git checkout -b release-v0.1.0` - Push branch with `git push --set-upstream origin release-v0.1.0` -- Add bump2version (❗ToDo❗) +- Run bumpversion πŸ’» `bump-my-version bump --current-version 0.1.0 minor` ### 6. πŸ“ Update the version files