Skip to content

Commit

Permalink
Update readme.md with latest version
Browse files Browse the repository at this point in the history
  • Loading branch information
PaulHatch authored Oct 25, 2023
1 parent 8d3552d commit 23baf5d
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 @@ -73,7 +73,7 @@ it will be given the new version if the build were to be retriggered, for exampl
<!-- start usage -->

```yaml
- uses: paulhatch/semantic-version@v5.2.3
- uses: paulhatch/semantic-version@v5.3.0
with:
# The prefix to use to identify tags
tag_prefix: "v"
Expand Down Expand Up @@ -154,12 +154,12 @@ like `v1.2.3+0-db` could be configured like this:
```yaml
- name: Application Version
id: version
uses: paulhatch/semantic-version@v5.2.2
uses: paulhatch/semantic-version@v5.3.0
with:
change_path: "src/service"
- name: Database Version
id: db-version
uses: paulhatch/semantic-version@v5.2.2
uses: paulhatch/semantic-version@v5.3.0
with:
major_pattern: "(MAJOR-DB)"
minor_pattern: "(MINOR-DB)"
Expand Down

0 comments on commit 23baf5d

Please sign in to comment.