Remove old parameter from documentation

This commit is contained in:
Paul Hatcherian 2020-11-28 11:30:41 -05:00
parent 316dd04102
commit bd43de5619

View file

@ -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