mirror of
https://github.com/PaulHatch/semantic-version.git
synced 2025-12-27 13:08:17 +00:00
Bump version references to 5.0.0
This commit is contained in:
parent
5a79aff975
commit
74fca7fef9
1 changed files with 4 additions and 10 deletions
14
readme.md
14
readme.md
|
|
@ -1,12 +1,6 @@
|
||||||

|

|
||||||
|
|
||||||
> *Version 5-alpha now available!*
|
> *Version 5 GA now available!*
|
||||||
> Version 5 adds support for several new features and allows easier extension/customization.
|
|
||||||
> ##### Breaking Changes
|
|
||||||
> - Versions now use the version number (`--sort=-v:*refname`) rather than date to determine which tag is the latest.
|
|
||||||
> - "Short tag" support removed
|
|
||||||
>
|
|
||||||
> See the [release notes](https://github.com/PaulHatch/semantic-version/releases/tag/v5.0.0-alpha) for more information.
|
|
||||||
|
|
||||||
# Git-Based Semantic Versioning
|
# Git-Based Semantic Versioning
|
||||||
|
|
||||||
|
|
@ -79,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@v4.0.2
|
- uses: paulhatch/semantic-version@v5.0.0
|
||||||
with:
|
with:
|
||||||
# The prefix to use to identify tags
|
# The prefix to use to identify tags
|
||||||
tag_prefix: "v"
|
tag_prefix: "v"
|
||||||
|
|
@ -148,12 +142,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.2
|
uses: paulhatch/semantic-version@v5.0.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@v4.0.2
|
uses: paulhatch/semantic-version@v5.0.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