This page contains instructions for admins of this project to release a new version.
-
Run
$ make release VERSION_NUMBER
at the root directory of needle (where theMakefile
is located)For example:
$ make release 0.13.0
-
Run
$ make publish
to publish the release to various destinations (like CocoaPods and Homebrew).
After all the steps in the Makefile
finish successfully, go to the Releases tab and create a new release.