From 0bc10c60f77a15a5a258c9c1573066fc3b8d1773 Mon Sep 17 00:00:00 2001 From: Anton Burnashev Date: Fri, 29 Dec 2023 19:04:57 +0300 Subject: [PATCH] Update the release instructions in CONTRIBUTING.md --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 29601f50ce..27156461de 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -105,7 +105,7 @@ Before publishing a new release, make sure to bump the project's version accordi 2. Use `poetry version patch` to increase the **patch** version 3. Run `make build-library` to apply the changes to the project. 4. Create a new branch, and submit the PR to **devel**. Go through standard process to merge it. -5. Create a merge PR from `devel` to `master` and merge it. +5. Create a merge PR from `devel` to `master` and merge it with a merge commit. ### Hotfix release 1. Check out the **master** branch