File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -94,20 +94,21 @@ Support this project with a :star:
9494 id : branch-names
9595 with :
9696 # Replace forward slashes with hyphens
97- # in branch names
97+ # in branch names e.g. `feature/test`
98+ # -> `feature-test`
9899 # Type: boolean
99100 # Default: "false"
100101 replace_slashes_with_hyphens : ' '
101102
102103 # The prefix that should be
103- # stripped from the branch e.g
104+ # stripped from the branch e.g.
104105 # `release/` -> with a branch
105106 # `release/1.0` -> returns `1.0`
106107 # Type: string
107108 strip_branch_prefix : ' '
108109
109110 # The prefix that should be
110- # stripped from the tag e.g
111+ # stripped from the tag e.g.
111112 # `v` -> with a tag
112113 # `v0.0.1` -> returns `0.0.1`
113114 # Type: string
You can’t perform that action at this time.
0 commit comments