13
0
Fork 0
mirror of https://github.com/PaulHatch/semantic-version.git synced 2026-07-03 03:29:33 +00:00

Bump version in readme

This commit is contained in:
Paul Hatcherian 2021-03-13 10:21:22 -05:00
parent e244f82296
commit 8e99275875

View file

@ -128,12 +128,12 @@ like `v1.2.3+0-db` could be configured like this:
```yaml
- name: Application Version
id: version
uses: paulhatch/semantic-version@v4
uses: paulhatch/semantic-version@v4.0.1
with:
change_path: "src/service"
- name: Database Version
id: db-version
uses: paulhatch/semantic-version@v4
uses: paulhatch/semantic-version@v4.0.1
with:
major_pattern: "(MAJOR-DB)"
minor_pattern: "(MINOR-DB)"