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

Commit 05b84f2

Browse files
committed
Update RELEASE.md
1 parent bcd5bf7 commit 05b84f2

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

RELEASE.md

+6-5
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,9 @@ HDK uses a semantic versioning scheme for software version numbers. The version
77
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`.
99
* 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

Comments
 (0)