vector-of-bool / vscode-gitflow

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

Change to actually use tag_prefix #15

Closed poohnix closed 6 years ago

poohnix commented 7 years ago

At the moment tag_prefix is not actually used when creating a tag for the release.

This fixes it by changing const release_name to let release_name to be able to modify it if tag_prefix is set (using concat).

vector-of-bool commented 6 years ago

Thanks, I'll get this out.