HACKING.txt 359 B

123456789101112131415
  1. This file is mostly for the maintainer.
  2. 1. Build hidapi.dll
  3. 2. Build hidtest.exe in DEBUG and RELEASE
  4. 3. Commit all
  5. 4. Run the Following
  6. export VERSION=0.1.0
  7. export TAG_NAME=hidapi-$VERSION
  8. git tag $TAG_NAME
  9. git archive --format zip --prefix $TAG_NAME/ $TAG_NAME >../$TAG_NAME.zip
  10. 5. Test the zip file.
  11. 6. Run the following:
  12. git push origin $TAG_NAME