Skip to content
This repository has been archived by the owner on May 13, 2024. It is now read-only.

Latest commit

 

History

History
15 lines (13 loc) · 297 Bytes

CONTRIBUTING.md

File metadata and controls

15 lines (13 loc) · 297 Bytes

Manual for Developers

Release New Binaries

$ git clone [email protected]:DeNA/unity-meta-check-bins
$ cd ./unity-meta-check-bins
$ ./unity-meta-check-build-toolchains <revision>
$ git add .
$ git tag <revision>
$ git push
$ git push --tags