We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c3a6150 commit bc6997dCopy full SHA for bc6997d
1 file changed
HACKING.txt
@@ -6,6 +6,9 @@ Updating a Version:
6
7
Firing a new release:
8
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.
+2. Prepare the Release Notes.
+3. Store the Release Notes into a file.
+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