contrib module create new release
Seems like this should be simple, but I can't create a new release of my project. No matter what combinations of `git tag ...` and `git push ...` I come up with, I never see my release tag on my project's create release page. Can anyone explain it for dummys like myself? Additional details: http://drupal.org/node/1092096 Thanks, -Dave
Your project's git instructions tab should have the proper instructions for the tagging git commands: http://drupal.org/node/178857/git-instructions but if the tags aren't showing up in your new release form, then it's an infrastructure problem, and should be followed in the issue. <http://drupal.org/node/178857/git-instructions> Dave Reid dave@davereid.net On Tue, Mar 15, 2011 at 1:15 PM, Dave Cohen <drupal@dave-cohen.com> wrote:
Seems like this should be simple, but I can't create a new release of my project.
No matter what combinations of `git tag ...` and `git push ...` I come up with, I never see my release tag on my project's create release page. Can anyone explain it for dummys like myself?
Additional details: http://drupal.org/node/1092096
Thanks,
-Dave
"git push --tags" to push all tags. http://www.kernel.org/pub/software/scm/git/docs/git-push.html tis 2011-03-15 klockan 11:15 -0700 skrev Dave Cohen:
Seems like this should be simple, but I can't create a new release of my project.
No matter what combinations of `git tag ...` and `git push ...` I come up with, I never see my release tag on my project's create release page. Can anyone explain it for dummys like myself?
Additional details: http://drupal.org/node/1092096
Thanks,
-Dave
participants (3)
-
Dave Cohen -
Dave Reid -
Jimmy Axenhus