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