Update readme.md with latest version

This commit is contained in:
Paul Hatcherian 2023-10-24 18:27:54 -06:00 committed by GitHub
parent 8d3552d384
commit 23baf5d553
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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"
@ -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)"