简体   繁体   中英

Git flow release tag

I started using git flow to manage code for a medium sized project at work, I used the default for branches names and tag. I would like to know if it is possible to change the tag prefix, I have already look for a bit on google but all answers are related to the branches names not the releases tags.

You have gitflow.prefix.versiontag to set it.

For example to prefix with v, just use

git config gitflow.prefix.versiontag v

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM