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
+6-5
Original file line number
Diff line number
Diff line change
@@ -7,8 +7,9 @@ HDK uses a semantic versioning scheme for software version numbers. The version
7
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
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
-
2. Bump the version number in `CMakeLists.txt` in the release branch.
11
-
3. Ensure CI on the release branch is green.
12
-
4. Create a tag for the release.
13
-
5. Create GitHub Release w/ source code archive.
14
-
6. Build and publish updated `conda-forge` packages.
10
+
2. Bump the version number in `CMakeLists.txt` in the release branch and remove the `dev` tag.
11
+
3. Bump the version number in main if needed (e.g. when releasing v0.1.0, bump main to v0.2.0dev).
12
+
4. Ensure CI on the release branch is green.
13
+
5. Create a tag for the release.
14
+
6. Create GitHub Release w/ source code archive.
15
+
7. Build and publish updated `conda-forge` packages.
0 commit comments