gitflow4idea-plus icon indicating copy to clipboard operation
gitflow4idea-plus copied to clipboard

after "git flow release finish RELEASE", missed to push tags from local to remote develop

Open man-chi opened this issue 2 years ago • 3 comments

  • I'm submitting a ...

    • [x ] feature request
  • What is the current behavior? after "git flow release finish RELEASE", the current plugin does not push tags from local develop to remote/develop with 'git push origin --tags'

  • Is this a bug? Sorry about that. If so give me explicit details how to reproduce: missing implementation?

  • What is the expected behavior?

  1. after "git flow release finish RELEASE"
  2. push tags from local develop to remote/develop with 'git push origin --tags'
  • What is the motivation / use case for changing the behavior? avoid forgetting pushing tags from after finishing a release

  • Please tell me about your environment:

    • Gitflow4idea version: 0.7.10

    • Gitflow version: run in terminal >git flow version git flow version 1.12.3 (AVH Edition)

    • IntelliJ Help -> about > click copy icon and paste here. Should look like this: IntelliJ IDEA 2021.3.3 (Community Edition) Build #IC-213.7172.25, built on March 16, 2022 Runtime version: 11.0.14.1+1-b1751.46 x86_64 VM: OpenJDK 64-Bit Server VM by JetBrains s.r.o.

man-chi avatar May 25 '22 09:05 man-chi

image Isn't it here?

tumb1er avatar May 25 '22 09:05 tumb1er

thanks for the great info, let me try it out!

man-chi avatar May 25 '22 09:05 man-chi

thanks to @tumb1er , it works for "push on finish feature" and "push on finish release".

but do you know the reason for missing the "push on bugfix" in bugfix gitflow? any idea?

man-chi avatar May 25 '22 15:05 man-chi