There was an error while loading. Please reload this page.
1 parent c83c87a commit d18e657Copy full SHA for d18e657
README.md
@@ -93,6 +93,13 @@ Support this project with a :star:
93
- uses: tj-actions/branch-names@v8
94
id: branch-names
95
with:
96
+ # The prefix that should be
97
+ # stripped from the branch e.g
98
+ # `release/` -> with a branch
99
+ # `release/1.0` -> returns `1.0`
100
+ # Type: string
101
+ strip_branch_prefix: ''
102
+
103
# The prefix that should be
104
# stripped from the tag e.g
105
# `v` -> with a tag
0 commit comments