RiotGamesMinions / thor-scmversion

Thor tasks to manage a VERSION file based on SCM tags
MIT License
58 stars 22 forks source link

only push one tag to the current remote for current branch #26

Closed spheromak closed 10 years ago

spheromak commented 11 years ago

This Patch updates the push command to push a the bumped tag vs pushing all tags. This is handy if your CI workflow is using local tags to manage some tasks, and you don't want those remote.

petecheslock commented 10 years ago

@spheromak @ivey - This PR seems to introduce a problem https://github.com/RiotGames/thor-scmversion/issues/28

Seeing this on Jenkins specifically.

Afterglow commented 10 years ago

I had a look at the code to try and write a fix but i'm not sure how to make it work with a detached head if indeed that is possible at all