You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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'
The text was updated successfully, but these errors were encountered:
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:
The text was updated successfully, but these errors were encountered: