Compare commits
3
Commits
v0.1.2
...
31dc7673c0
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
31dc7673c0
|
||
|
|
82444f39b6 | ||
|
|
eeb09fdeb4
|
@@ -19,7 +19,7 @@ steps:
|
|||||||
- uses: actions/checkout@v7.0.1
|
- uses: actions/checkout@v7.0.1
|
||||||
with:
|
with:
|
||||||
fetch-depth: 0
|
fetch-depth: 0
|
||||||
- uses: volker.raschek/ah-annotations@v0.1.1
|
- uses: volker.raschek/ah-annotations@v0.1.2
|
||||||
```
|
```
|
||||||
|
|
||||||
### Explicit tags
|
### Explicit tags
|
||||||
@@ -31,7 +31,7 @@ steps:
|
|||||||
- uses: actions/checkout@v7.0.1
|
- uses: actions/checkout@v7.0.1
|
||||||
with:
|
with:
|
||||||
fetch-depth: 0
|
fetch-depth: 0
|
||||||
- uses: volker.raschek/ah-annotations@v0.1.1
|
- uses: volker.raschek/ah-annotations@v0.1.2
|
||||||
with:
|
with:
|
||||||
old-tag: v1.0.0
|
old-tag: v1.0.0
|
||||||
new-tag: v2.0.0
|
new-tag: v2.0.0
|
||||||
@@ -58,7 +58,7 @@ steps:
|
|||||||
|
|
||||||
## Pre-releases
|
## Pre-releases
|
||||||
|
|
||||||
Tags matching the pattern `-rc` (e.g. `v1.0.0-rc.1`, `v2.0.0-rc`) are treated as pre-releases.
|
Tags matching the pattern `-rc` (e.g. `v1.0.0-rc.1`, `2.4.1`) are treated as pre-releases.
|
||||||
When `new-tag` is a pre-release tag, the action:
|
When `new-tag` is a pre-release tag, the action:
|
||||||
|
|
||||||
1. Sets `artifacthub.io/prerelease: "true"` in `Chart.yaml`.
|
1. Sets `artifacthub.io/prerelease: "true"` in `Chart.yaml`.
|
||||||
|
|||||||
Reference in New Issue
Block a user