You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 9, 2024. It is now read-only.
Copy file name to clipboardExpand all lines: RELEASE.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,9 +4,9 @@ HDK uses a semantic versioning scheme for software version numbers. The version
4
4
5
5
### Release Checklist
6
6
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`.
8
8
* 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`).
10
10
2. Bump the version number in `CMakeLists.txt` in the release branch.
0 commit comments