Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Please add semantic version tags. #46

Closed
kylefleming opened this issue Aug 22, 2012 · 1 comment
Closed

Please add semantic version tags. #46

kylefleming opened this issue Aug 22, 2012 · 1 comment

Comments

@kylefleming
Copy link

We’ve recently added SocketRocket to the CocoaPods package manager repo.

CocoaPods is a tool for managing dependencies for OS X and iOS Xcode projects and provides a central repository for iOS/OS X libraries. This makes adding libraries to a project and updating them extremely easy and it will help users to resolve dependencies of the libraries they use.

However, SocketRocket doesn't have any version tags. We’ve added the current HEAD as version 0.1, but a version tag will make dependency resolution much easier.

Semantic version tags (instead of plain commit hashes/revisions) allow for resolution of cross-dependencies.

In case you didn’t know this yet; you can tag the current HEAD as, for instance, version 1.0.0, like so:

$ git tag -a 1.0.0 -m "Tag release 1.0.0"
$ git push --tags
@mikelikespie
Copy link
Contributor

Just tagged v0.2.0. I don't have CocoaPods installed, but I assume I updated it correctly. Please reopen if there are any issues.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants