gitflow icon indicating copy to clipboard operation
gitflow copied to clipboard

Release doesn't push tags by default

Open andremedeiros opened this issue 13 years ago • 35 comments

When doing git flow release finish 'version', git flow should push the version tag by default.

andremedeiros avatar Nov 22 '10 13:11 andremedeiros

+1

gasi avatar Jun 15 '11 23:06 gasi

+1

imosquera avatar Jul 07 '11 23:07 imosquera

+1

dalembertian avatar Aug 30 '11 15:08 dalembertian

+1

and even propagate the tag to the develop branch so that git describe --dirty does something useful on non-master branches.

jk avatar Sep 05 '11 12:09 jk

+1

drudru avatar Mar 23 '12 04:03 drudru

+1

nmeirik avatar Oct 24 '12 11:10 nmeirik

This is implemented in my fork git-flow (AVH Edition)

petervanderdoes avatar Oct 24 '12 13:10 petervanderdoes

@petervanderdoes Have you made a pull request to the original git-flow repo?

nmeirik avatar Oct 24 '12 14:10 nmeirik

My fork has diverged to much to make the pull request an easy implementation.

I have implemented the request hooks and filters #171, which still is an open request after 10 months, and this spun off several other implementations and improvements on the original.

petervanderdoes avatar Oct 24 '12 16:10 petervanderdoes

+1

despairblue avatar Nov 03 '12 18:11 despairblue

+1 - seems like an obvious thing to do as part of the workflow

ashirazi avatar Nov 28 '12 21:11 ashirazi

+1

zubinmehta avatar Jan 08 '13 15:01 zubinmehta

+1

masnun avatar Jan 26 '13 10:01 masnun

+1

jdeniau avatar Mar 12 '13 09:03 jdeniau

+1

lboecker avatar Apr 11 '13 20:04 lboecker

+1

tullo avatar Apr 13 '13 14:04 tullo

seriously, is that still a missing feature?!

beeplove avatar Sep 23 '13 01:09 beeplove

+1

poffe avatar Jan 30 '14 09:01 poffe

This is implemented in my fork git-flow (AVH Edition) My fork has diverged to much to make this into an easy pull request for nvie's gitflow,

Checkout the changelog for more information about bugfixes and new features implemented in my fork.

petervanderdoes avatar Feb 18 '14 19:02 petervanderdoes

Yes, thank you. I managed to find your fork just after pushing for this. We're happy using your fork at work as well. Thank you very much for your effort!

poffe avatar Feb 23 '14 18:02 poffe

+1

jloveland avatar Apr 04 '14 00:04 jloveland

+1

sebastianhenneberg avatar May 21 '14 11:05 sebastianhenneberg

+1

rekenerd avatar Jul 14 '14 05:07 rekenerd

+1

mfilipe avatar Sep 22 '14 22:09 mfilipe

+1

danros avatar Nov 19 '14 16:11 danros

+1

giorgiovinci avatar Dec 11 '14 11:12 giorgiovinci

I created a pull request addressing this issue (see #387).

This is also one of the modifications I made to the ITM Gitflow fork a while ago. I'm currently setting up a proper GitHub presence for the ITM Gitflow script package. Should be ready in a few days, so that you will find detailed information on the improvements and additional features over there.

fspreng avatar Dec 11 '14 15:12 fspreng

This is implemented in my fork git-flow (AVH Edition) My fork has diverged to much to make this into an easy pull request for nvie's gitflow,

Checkout the changelog for more information about bugfixes and new features implemented in my fork.

petervanderdoes avatar Dec 14 '14 03:12 petervanderdoes

+1, really annoying to find out two days later that the release tags you created were never pushed and everybody else is now assuming a wrong version tag.

ae-g-i-s avatar Mar 30 '15 15:03 ae-g-i-s

+1

Is there any reason for not doing this?

aaronk6 avatar Apr 08 '15 11:04 aaronk6