1This file is mostly for the maintainer. 2 31. Build hidapi.dll 42. Build hidtest.exe in DEBUG and RELEASE 53. Commit all 6 74. Run the Following 8 export VERSION=0.1.0 9 export TAG_NAME=hidapi-$VERSION 10 git tag $TAG_NAME 11 git archive --format zip --prefix $TAG_NAME/ $TAG_NAME >../$TAG_NAME.zip 125. Test the zip file. 136. Run the following: 14 git push origin $TAG_NAME 15 16