Skip to content

Commit 65f8eaa

Browse files
committed
docs: Remove tagprefix from Classic example
The Classic GitFlow example in gitflow-config.5.md still showed tagprefix = v for release and hotfix branches, inconsistent with the default empty tag prefix change. Remove these lines since empty tag prefix is now the default.
1 parent 64969d7 commit 65f8eaa

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

docs/gitflow-config.5.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -223,16 +223,14 @@ These are operational settings that adjust command behavior. Some can override L
223223
upstreamstrategy = merge
224224
downstreamstrategy = merge
225225
tag = true
226-
tagprefix = v
227-
226+
228227
[gitflow "branch.hotfix"]
229228
type = topic
230229
parent = main
231230
prefix = hotfix/
232231
upstreamstrategy = merge
233232
downstreamstrategy = merge
234233
tag = true
235-
tagprefix = v
236234
```
237235

238236
### GitHub Flow

0 commit comments

Comments
 (0)