summaryrefslogtreecommitdiff
path: root/contrib/SDL-3.2.8/src/hidapi/HACKING.txt
diff options
context:
space:
mode:
author3gg <3gg@shellblade.net>2025-12-27 12:03:39 -0800
committer3gg <3gg@shellblade.net>2025-12-27 12:03:39 -0800
commit5a079a2d114f96d4847d1ee305d5b7c16eeec50e (patch)
tree8926ab44f168acf787d8e19608857b3af0f82758 /contrib/SDL-3.2.8/src/hidapi/HACKING.txt
Initial commit
Diffstat (limited to 'contrib/SDL-3.2.8/src/hidapi/HACKING.txt')
-rw-r--r--contrib/SDL-3.2.8/src/hidapi/HACKING.txt19
1 files changed, 19 insertions, 0 deletions
diff --git a/contrib/SDL-3.2.8/src/hidapi/HACKING.txt b/contrib/SDL-3.2.8/src/hidapi/HACKING.txt
new file mode 100644
index 0000000..e06b533
--- /dev/null
+++ b/contrib/SDL-3.2.8/src/hidapi/HACKING.txt
@@ -0,0 +1,19 @@
1This file is mostly for the maintainer.
2
3Updating a Version:
41. Update VERSION file.
52. HID_API_VERSION_MAJOR/HID_API_VERSION_MINOR/HID_API_VERSION_PATCH in hidapi.h.
6
7Before firing a new release:
81. Run the "Checks" Githtub Action
92. Make sure no defects are found at: https://scan.coverity.com/projects/hidapi
103. Fix if any
11
12Firing a new release:
131. Update the Version (if not yet updated).
142. Prepare the Release Notes.
153. Store the Release Notes into a file.
164. Create locally an annotated git tag with release notes attached, e.g.: `git tag -aF ../hidapi_release_notes hidapi-<VERSION>`
175. Push newly created tag: `git push origin hidapi-<VERSION>`
186. Grab the hidapi-win.zip from Summary page of "GitHub Builds" Action for latest master build.
197. Create a Github Release with hidapi-win.zip attached, for newly created tag.