Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save billypchan/98f020061a77bb5487da8fd533282c82 to your computer and use it in GitHub Desktop.
Save billypchan/98f020061a77bb5487da8fd533282c82 to your computer and use it in GitHub Desktop.
release a new version with hub
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