Bump version in readme

This commit is contained in:
Paul Hatcherian 2021-04-23 18:01:58 -04:00
parent 27c5676700
commit dfbf3dfcfb

View file

@ -66,7 +66,7 @@ it will be given the new version if the build were to be retriggered, for exampl
<!-- start usage --> <!-- start usage -->
```yaml ```yaml
- uses: paulhatch/semantic-version@v4.0.1 - uses: paulhatch/semantic-version@v4.0.2
with: with:
# The prefix to use to identify tags # The prefix to use to identify tags
tag_prefix: "v" tag_prefix: "v"
@ -128,12 +128,12 @@ like `v1.2.3+0-db` could be configured like this:
```yaml ```yaml
- name: Application Version - name: Application Version
id: version id: version
uses: paulhatch/semantic-version@v4.0.1 uses: paulhatch/semantic-version@v4.0.2
with: with:
change_path: "src/service" change_path: "src/service"
- name: Database Version - name: Database Version
id: db-version id: db-version
uses: paulhatch/semantic-version@v4.0.1 uses: paulhatch/semantic-version@v4.0.2
with: with:
major_pattern: "(MAJOR-DB)" major_pattern: "(MAJOR-DB)"
minor_pattern: "(MINOR-DB)" minor_pattern: "(MINOR-DB)"