Compare commits
5
Commits
v0.1.0
..
57d5864e69
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
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
|
||||
|
||||
+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