diff options
| author | 3gg <3gg@shellblade.net> | 2026-03-06 13:30:59 -0800 |
|---|---|---|
| committer | 3gg <3gg@shellblade.net> | 2026-03-06 13:30:59 -0800 |
| commit | 30f41c02aec763d32e62351452da9ef582bc3472 (patch) | |
| tree | 6bec3f65bfdcbf7f1a631da21a6d613bef5db2fa /contrib/SDL-3.2.8/src/hidapi/HACKING.txt | |
| parent | 452ff21ca02e315c64ceeb3f21c1ea357aeb1bc8 (diff) | |
Move contrib libraries to contrib repo
Diffstat (limited to 'contrib/SDL-3.2.8/src/hidapi/HACKING.txt')
| -rw-r--r-- | contrib/SDL-3.2.8/src/hidapi/HACKING.txt | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/contrib/SDL-3.2.8/src/hidapi/HACKING.txt b/contrib/SDL-3.2.8/src/hidapi/HACKING.txt deleted file mode 100644 index e06b533..0000000 --- a/contrib/SDL-3.2.8/src/hidapi/HACKING.txt +++ /dev/null | |||
| @@ -1,19 +0,0 @@ | |||
| 1 | This file is mostly for the maintainer. | ||
| 2 | |||
| 3 | Updating a Version: | ||
| 4 | 1. Update VERSION file. | ||
| 5 | 2. HID_API_VERSION_MAJOR/HID_API_VERSION_MINOR/HID_API_VERSION_PATCH in hidapi.h. | ||
| 6 | |||
| 7 | Before firing a new release: | ||
| 8 | 1. Run the "Checks" Githtub Action | ||
| 9 | 2. Make sure no defects are found at: https://scan.coverity.com/projects/hidapi | ||
| 10 | 3. Fix if any | ||
| 11 | |||
| 12 | Firing a new release: | ||
| 13 | 1. Update the Version (if not yet updated). | ||
| 14 | 2. Prepare the Release Notes. | ||
| 15 | 3. Store the Release Notes into a file. | ||
| 16 | 4. Create locally an annotated git tag with release notes attached, e.g.: `git tag -aF ../hidapi_release_notes hidapi-<VERSION>` | ||
| 17 | 5. Push newly created tag: `git push origin hidapi-<VERSION>` | ||
| 18 | 6. Grab the hidapi-win.zip from Summary page of "GitHub Builds" Action for latest master build. | ||
| 19 | 7. Create a Github Release with hidapi-win.zip attached, for newly created tag. | ||
