Open maffeis opened 5 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.
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.