mirror of
https://github.com/PaulHatch/semantic-version.git
synced 2025-12-27 04:58:17 +00:00
Update documentation
This commit is contained in:
parent
22cfb4bc0f
commit
3ee44ac681
1 changed files with 2 additions and 2 deletions
|
|
@ -5,7 +5,7 @@
|
|||
# Git-Based Semantic Versioning
|
||||
|
||||
This action produces a [semantic version](https://semver.org) for a repository
|
||||
using the repositories git history.
|
||||
using the repository's git history.
|
||||
|
||||
# Usage
|
||||
|
||||
|
|
@ -14,7 +14,7 @@ using the repositories git history.
|
|||
```yaml
|
||||
- uses: paulhatch/semantic-version@v1
|
||||
with:
|
||||
#
|
||||
# The main branch to count commits on
|
||||
main_branch: "master"
|
||||
# The release branch pattern which be be used as a prefix for release branches
|
||||
release_branch: "release"
|
||||
|
|
|
|||
Loading…
Reference in a new issue