Skip to content

Commit f904073

Browse files
Updated README.md (#419)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent c817961 commit f904073

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)