vector-of-bool / vscode-gitflow

Gitflow integration for Visual Studio Code
89 stars 22 forks source link

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

Open maffeis opened 4 years ago

maffeis commented 4 years ago

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.

anhthang commented 4 years ago

@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.