File tree Expand file tree Collapse file tree 1 file changed +6
-3
lines changed
Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,9 @@ Updating a Version:
66
77Firing a new release:
881. 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.
You can’t perform that action at this time.
0 commit comments