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

Commit d656967

Browse files
committed
Create release branch
1 parent ba0a644 commit d656967

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

RELEASE.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ HDK uses a semantic versioning scheme for software version numbers. The version
44

55
### Release Checklist
66

7-
1. Create a new release branch with the name `vMAJOR.MINOR.PATCH`.
7+
1. Create a new release branch with the name `release/vMAJOR.MINOR.PATCH`.
88
* For major and minor version releases, create a branch from `main`.
9-
* 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`).
9+
* 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`).
1010
2. Bump the version number in `CMakeLists.txt` in the release branch.
1111
3. Ensure CI on the release branch is green.
1212
4. Create a tag for the release.

0 commit comments

Comments
 (0)