This page contains instructions for admins of this project to release a new version.
-
Run
$ make release VERSION_NUMBERat the root directory of needle (where theMakefileis located)For example:
$ make release 0.13.0 -
Run
$ make publishto 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.