anhthang/vscode-gitflow

Allow a default tag prefix for all projects

emilyjt opened this issue · 1 comments

For example:

settings.json

    "gitflow.default.production": "main",
    "gitflow.default.tagprefix": "release-",

Hi @emilyjt,

Sorry for late reply, but you can run gitflow init again and write the prefix you want at the end of the flow like below

image