mirror of
https://github.com/PaulHatch/semantic-version.git
synced 2025-12-27 13:08:17 +00:00
Remove old parameter from documentation
This commit is contained in:
parent
316dd04102
commit
bd43de5619
1 changed files with 0 additions and 2 deletions
|
|
@ -66,8 +66,6 @@ it will be given the new version if the build were to be retriggered, for exampl
|
||||||
```yaml
|
```yaml
|
||||||
- uses: paulhatch/semantic-version@v3.1.2
|
- uses: paulhatch/semantic-version@v3.1.2
|
||||||
with:
|
with:
|
||||||
# The branch to count commits on
|
|
||||||
branch: "master"
|
|
||||||
# The prefix to use to identify tags
|
# The prefix to use to identify tags
|
||||||
tag_prefix: "v"
|
tag_prefix: "v"
|
||||||
# A string which, if present in a git commit, indicates that a change represents a
|
# A string which, if present in a git commit, indicates that a change represents a
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue