Skip to content
This repository has been archived by the owner on Oct 19, 2024. It is now read-only.

Please add semantic version tags #5

Open
alloy opened this issue Apr 26, 2012 · 0 comments
Open

Please add semantic version tags #5

alloy opened this issue Apr 26, 2012 · 0 comments

Comments

@alloy
Copy link

alloy commented Apr 26, 2012

I’ve recently added ActiveSupportInflector to the CocoaPods package manager repo.

CocoaPods is a tool for managing dependencies for OSX and iOS Xcode projects and provides a central repository for iOS/OSX 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, ActiveSupportInflector doesn't have any version tags. I’ve added the current HEAD as version 0.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
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant