-
Notifications
You must be signed in to change notification settings - Fork 0
Closed
Labels
area:repo-github
Related to the GitHub RepositoryRelated to the GitHub Repositoryarea:workflowRelated to git branching strategyRelated to git branching strategybug 🐛Something isn't workingSomething isn't working

Description
Usage Information
Package version : 0.6.0
Relevant Code / Invocations
When on a build that implements Github.IGitFlowWithPullRequest
, calling hotfix
target when the current branch is develop
causes the hotfix branch version to be incorrect.
main
branch version : 1.0.0
develop
branch version : 1.1.0
calling hotfix
target will create a local branch called hotfix/1.1.1
Expected Behavior
The version of the hotfix branch should be computed from the main
branch, no matter what current branch the user is when calling hotfix
target.
Metadata
Metadata
Assignees
Labels
area:repo-github
Related to the GitHub RepositoryRelated to the GitHub Repositoryarea:workflowRelated to git branching strategyRelated to git branching strategybug 🐛Something isn't workingSomething isn't working
