author | Ryan C. Gordon |
Tue, 07 Apr 2020 14:03:13 -0400 | |
changeset 13704 | 25edf3df6e51 |
parent 12098 | 8eb14aba4e87 |
permissions | -rw-r--r-- |
slouken@12098 | 1 |
This file is mostly for the maintainer. |
slouken@12098 | 2 |
|
slouken@12098 | 3 |
1. Build hidapi.dll |
slouken@12098 | 4 |
2. Build hidtest.exe in DEBUG and RELEASE |
slouken@12098 | 5 |
3. Commit all |
slouken@12098 | 6 |
|
slouken@12098 | 7 |
4. Run the Following |
slouken@12098 | 8 |
export VERSION=0.1.0 |
slouken@12098 | 9 |
export TAG_NAME=hidapi-$VERSION |
slouken@12098 | 10 |
git tag $TAG_NAME |
slouken@12098 | 11 |
git archive --format zip --prefix $TAG_NAME/ $TAG_NAME >../$TAG_NAME.zip |
slouken@12098 | 12 |
5. Test the zip file. |
slouken@12098 | 13 |
6. Run the following: |
slouken@12098 | 14 |
git push origin $TAG_NAME |
slouken@12098 | 15 |