mirror of
https://github.com/PaulHatch/semantic-version.git
synced 2025-12-27 04:58:17 +00:00
Merge pull request #163 from jeremybower/update-versions-to-v5.4
Update examples to v5.4.0
This commit is contained in:
commit
c4f3793c16
2 changed files with 5 additions and 5 deletions
|
|
@ -20,7 +20,7 @@ There is a debug option which produces diagnostic information. This information
|
||||||
|
|
||||||
```
|
```
|
||||||
- name: Version
|
- name: Version
|
||||||
uses: paulhatch/semantic-version@v5.2.1
|
uses: paulhatch/semantic-version@v5.4.0
|
||||||
id: version
|
id: version
|
||||||
with:
|
with:
|
||||||
tag_prefix: ""
|
tag_prefix: ""
|
||||||
|
|
|
||||||
|
|
@ -73,7 +73,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@v5.3.0
|
- uses: paulhatch/semantic-version@v5.4.0
|
||||||
with:
|
with:
|
||||||
# The prefix to use to identify tags
|
# The prefix to use to identify tags
|
||||||
tag_prefix: "v"
|
tag_prefix: "v"
|
||||||
|
|
@ -156,12 +156,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@v5.3.0
|
uses: paulhatch/semantic-version@v5.4.0
|
||||||
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@v5.3.0
|
uses: paulhatch/semantic-version@v5.4.0
|
||||||
with:
|
with:
|
||||||
major_pattern: "(MAJOR-DB)"
|
major_pattern: "(MAJOR-DB)"
|
||||||
minor_pattern: "(MINOR-DB)"
|
minor_pattern: "(MINOR-DB)"
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue