Update documentation

This commit is contained in:
Paul Hatcherian 2019-12-05 20:43:03 -05:00
parent 22cfb4bc0f
commit 3ee44ac681

View file

@ -5,7 +5,7 @@
# Git-Based Semantic Versioning # Git-Based Semantic Versioning
This action produces a [semantic version](https://semver.org) for a repository This action produces a [semantic version](https://semver.org) for a repository
using the repositories git history. using the repository's git history.
# Usage # Usage
@ -14,7 +14,7 @@ using the repositories git history.
```yaml ```yaml
- uses: paulhatch/semantic-version@v1 - uses: paulhatch/semantic-version@v1
with: with:
# # The main branch to count commits on
main_branch: "master" main_branch: "master"
# The release branch pattern which be be used as a prefix for release branches # The release branch pattern which be be used as a prefix for release branches
release_branch: "release" release_branch: "release"