Skip to content

Commit

Permalink
Fix version convention in docs
Browse files Browse the repository at this point in the history
  • Loading branch information
PaulHatch committed Sep 2, 2020
1 parent c7b61df commit 02c6ec5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ message alters the type of change the next version will represent.
<!-- start usage -->

```yaml
- uses: paulhatch/semantic-version@v3.0.0
- uses: paulhatch/semantic-version@v3
with:
# The branch to count commits on
branch: "master"
Expand Down Expand Up @@ -65,12 +65,12 @@ job referencing semantic version multiple times. For example:
```yaml
- name: Application Version
id: version
uses: paulhatch/semantic-version@v3.0.0
uses: paulhatch/semantic-version@v3
with:
change_path: "src/service"
- name: Database Version
id: db-version
uses: paulhatch/semantic-version@v3.0.0
uses: paulhatch/semantic-version@v3
with:
major_pattern: "(MAJOR-DB)"
minor_pattern: "(MINOR-DB)"
Expand Down

0 comments on commit 02c6ec5

Please sign in to comment.