anhthang / vscode-gitflow

Gitflow integration for Visual Studio Code
https://marketplace.visualstudio.com/items?itemName=buianhthang.gitflow
MIT License
11 stars 1 forks source link

Allow a default tag prefix for all projects #2

Open emilyjt opened 3 years ago

emilyjt commented 3 years ago

For example:

settings.json

    "gitflow.default.production": "main",
    "gitflow.default.tagprefix": "release-",
anhthang commented 3 years ago

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