Created
May 3, 2019 07:59
-
-
Save billypchan/98f020061a77bb5487da8fd533282c82 to your computer and use it in GitHub Desktop.
release a new version with hub
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
carthage build --no-skip-current --platform iOS | |
carthage archive | |
git tag 1.1.1 | |
git push --tags | |
hub release create -F release.txt -a DifferenceKit.framework.zip 1.1.1 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment