mirror of
https://github.com/PaulHatch/semantic-version.git
synced 2025-12-27 13:08: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
|
# 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"
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue