-
Notifications
You must be signed in to change notification settings - Fork 172
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
Tags #176
Comments
More than willing, but what does it mean "make a Tag"? Max Favilli On Thu, Jun 20, 2013 at 4:19 PM, m4rcs [email protected] wrote:
|
Take a look at the git manual: http://git-scm.com/book/en/Git-Basics-Tagging |
Please take the 30 seconds needed to resolve this issue. All you need to do is checkout the right revision and run |
@asual {
"dependencies": {
"jquery-address": "master"
}
} vs {
"dependencies": {
"jquery-address": "~1.6"
}
} |
i'm also looking for this! but authors should not modify existing releases, once v1.6 is tagged, next version should be v1.6.1, not re-tag same version again. i've created tags in my repo, owners with push permission to this repo can pull in the tags:
tagged for now:
i think v1.6 should be not tagged at all if exact commit can be found, and next version v1.7 (or 1.6.1) be created instead. |
Hi,
could you please make a Tag for each Release of your great Plugin, so I can submit it to cdnjs.
See here.
The text was updated successfully, but these errors were encountered: