vscode-gitflow icon indicating copy to clipboard operation
vscode-gitflow copied to clipboard

"There is an existing release branch ... Finish that release before starting a new one."

Open maffeis opened this issue 6 years ago • 1 comments
trafficstars

Hi. I have cloned two different Git repositories into the same vscode workspace. I create a release 1.0.0 on one repository, and now I would like to create a 1.0.0 release also on the other repository. The GitFlow plugin will not allow me to create the same release on the second repository, even though the two repositories are unrelated:

There is an existing release branch "release/v1.0.0". Finish that release before starting a new one.

maffeis avatar Nov 05 '19 16:11 maffeis

@maffeis because the current version still not support workspace, so you got that error. I have forked and published a new version at https://marketplace.visualstudio.com/items?itemName=buianhthang.gitflow. pls give it a try and let me know if any issues.

anhthang avatar May 12 '20 10:05 anhthang