Skip to content

Commit bc6997d

Browse files
authored
Describe the Release process in details
1 parent c3a6150 commit bc6997d

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

HACKING.txt

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@ Updating a Version:
66

77
Firing a new release:
88
1. Update the Version (if not yet updated).
9-
2. Build hidapi.dll/.lib for x86/x64.
10-
3. Upload Windows binaries to Github release page.
11-
4. Make sure to tag the release as: `hidapi-<VERSION>`, where <VERSION> as in VERSION file.
9+
2. Prepare the Release Notes.
10+
3. Store the Release Notes into a file.
11+
4. Create locally an annotated git tag with release notes attached, e.g.: `git tag -aF ../hidapi_release_notes hidapi-<VERSION>`
12+
5. Push newly created tag: `git push origin hidapi-<VERSION>`
13+
6. Grab the hidapi-win.zip from Summary page of "GitHub Builds" Action for latest master build.
14+
7. Create a Github Release with hidapi-win.zip attached, for newly created tag.

0 commit comments

Comments
 (0)