Skip to content

Commit

Permalink
Update the release instructions in CONTRIBUTING.md
Browse files Browse the repository at this point in the history
  • Loading branch information
burnash authored Dec 29, 2023
2 parents 2c1dbde + 0bc10c6 commit 54a8778
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 54a8778

Please sign in to comment.