Compare commits
7
Commits
v0.1.0
...
0d44527f1f
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
0d44527f1f
|
||
|
|
9b964d0089 | ||
|
|
57d5864e69
|
||
|
|
7eb7e2a458 | ||
|
|
62f719e55e
|
||
|
|
09c7f8b592
|
||
|
|
3c595aa81d
|
@@ -14,10 +14,10 @@ Without explicit inputs the action determines the two most recent non-RC tags fr
|
||||
|
||||
```yaml
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- uses: actions/checkout@v7.0.1
|
||||
with:
|
||||
fetch-depth: 0
|
||||
- uses: volker.raschek/ah-annotations@v1
|
||||
- uses: volker.raschek/ah-annotations@v0.0.1
|
||||
```
|
||||
|
||||
### Explicit tags
|
||||
@@ -26,10 +26,10 @@ Pass `old-tag` and `new-tag` to control the commit range:
|
||||
|
||||
```yaml
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- uses: actions/checkout@v7.0.1
|
||||
with:
|
||||
fetch-depth: 0
|
||||
- uses: volker.raschek/ah-annotations@v1.0.0
|
||||
- uses: volker.raschek/ah-annotations@v0.0.1
|
||||
with:
|
||||
old-tag: v1.0.0
|
||||
new-tag: v2.0.0
|
||||
|
||||
+1
-1
@@ -2,7 +2,7 @@
|
||||
|
||||
set -euo pipefail
|
||||
|
||||
internal_yq_version=v4.44.6 # renovate: datasource=github-releases depName=mikefarah/yq versioning=semver
|
||||
internal_yq_version=v4.53.3 # renovate: datasource=github-releases depName=mikefarah/yq versioning=semver
|
||||
|
||||
# Use :- for unset and handle empty strings from composite action inputs
|
||||
YQ_BINARY_NAME="${YQ_BINARY_NAME:="yq"}"
|
||||
|
||||
+2
-1
@@ -13,7 +13,7 @@
|
||||
"^README\\.md$"
|
||||
],
|
||||
"matchStrings": [
|
||||
"uses: volker\\.raschek/ah-annotations@(?<currentValue>[^\\s\"']+)"
|
||||
"uses: volker\\.raschek\/ah-annotations@(?<currentValue>[^\\s\"']+)"
|
||||
],
|
||||
"depNameTemplate": "volker.raschek/ah-annotations",
|
||||
"packageNameTemplate": "https://git.cryptic.systems/volker.raschek/ah-annotations",
|
||||
@@ -41,6 +41,7 @@
|
||||
],
|
||||
"automerge": true,
|
||||
"matchDepNames": [
|
||||
"actions/checkout",
|
||||
"volker.raschek/ah-annotations"
|
||||
],
|
||||
"matchUpdateTypes": [
|
||||
|
||||
Reference in New Issue
Block a user