Skip to content
This repository has been archived by the owner on May 9, 2024. It is now read-only.

Commit

Permalink
Create release branch
Browse files Browse the repository at this point in the history
  • Loading branch information
leshikus committed Dec 7, 2022
1 parent ba0a644 commit d656967
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions RELEASE.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ HDK uses a semantic versioning scheme for software version numbers. The version

### Release Checklist

1. Create a new release branch with the name `vMAJOR.MINOR.PATCH`.
1. Create a new release branch with the name `release/vMAJOR.MINOR.PATCH`.
* For major and minor version releases, create a branch from `main`.
* For patch version releases, create a branch from the existing release branch on which the patch is going to be based (e.g. `v0.1.1` would be branched from `v0.1.0`).
* For patch version releases, create a branch from the existing release branch on which the patch is going to be based (e.g. `release/v0.1.1` would be branched from `release/v0.1.0`).
2. Bump the version number in `CMakeLists.txt` in the release branch.
3. Ensure CI on the release branch is green.
4. Create a tag for the release.
Expand Down

0 comments on commit d656967

Please sign in to comment.