Skip to content
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

Finishing a release does not push tags to repo #72

Open
redsolo opened this issue Apr 24, 2018 · 0 comments
Open

Finishing a release does not push tags to repo #72

redsolo opened this issue Apr 24, 2018 · 0 comments

Comments

@redsolo
Copy link

redsolo commented Apr 24, 2018

Im using git flow with command line GIT and SourceTree and it works fine. But when I use GitFlow.VS I always have to go out into the command line and push the tags. Since I have CI depending on the tags, I need to have it pushed. Is there any option Im missing?

Output from command:

Running git flow release start "0.16.1"

Summary of actions:
- A new branch 'release/0.16.1' was created, based on 'develop'
- You are now on branch 'release/0.16.1'

Follow-up actions:
- Bump the version number now!
- Start committing last-minute fixes in preparing your release
- When done, run:

     git flow release finish '0.16.1'

Running git flow release finish "0.16.1" -m "Minor opt" -p
Your branch is up to date with 'origin/master'.
Merge made by the 'recursive' strategy.
 src/Automation/DesignTool.cs                | 14 ++------------
 src/FunctionalTesting/BaseDesignToolTest.cs |  4 ++++
 src/FunctionalTesting/DesignToolFixture.cs  |  8 +++++++-
 src/FunctionalTestingTests/SampleTests.cs   |  8 ++------
 4 files changed, 15 insertions(+), 19 deletions(-)
Your branch is ahead of 'origin/master' by 6 commits.
  (use "git push" to publish your local commits)
Your branch is ahead of 'origin/develop' by 4 commits.
  (use "git push" to publish your local commits)
Already up to date!
Merge made by the 'recursive' strategy.
Deleted branch release/0.16.1 (was d874dc3).
The command is taking longer than expected

Summary of actions:
- Release branch 'release/0.16.1' has been merged into 'master'
- The release was tagged '0.16.1'
- Release tag '0.16.1' has been back-merged into 'develop'
- Release branch 'release/0.16.1' has been locally deleted
- 'develop', 'master' and tags have been pushed to 'origin'
- You are now on branch 'develop'


Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant