Compare commits
3
Commits
v0.1.0
..
a6335bfb0e
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
a6335bfb0e
|
||
|
|
09c7f8b592
|
||
|
|
3c595aa81d
|
@@ -14,10 +14,10 @@ Without explicit inputs the action determines the two most recent non-RC tags fr
|
|||||||
|
|
||||||
```yaml
|
```yaml
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v7.0.1
|
||||||
with:
|
with:
|
||||||
fetch-depth: 0
|
fetch-depth: 0
|
||||||
- uses: volker.raschek/ah-annotations@v1
|
- uses: volker.raschek/ah-annotations@v0.0.1
|
||||||
```
|
```
|
||||||
|
|
||||||
### Explicit tags
|
### Explicit tags
|
||||||
@@ -26,10 +26,10 @@ Pass `old-tag` and `new-tag` to control the commit range:
|
|||||||
|
|
||||||
```yaml
|
```yaml
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v7.0.1
|
||||||
with:
|
with:
|
||||||
fetch-depth: 0
|
fetch-depth: 0
|
||||||
- uses: volker.raschek/ah-annotations@v1.0.0
|
- uses: volker.raschek/ah-annotations@v0.0.1
|
||||||
with:
|
with:
|
||||||
old-tag: v1.0.0
|
old-tag: v1.0.0
|
||||||
new-tag: v2.0.0
|
new-tag: v2.0.0
|
||||||
|
|||||||
+2
-1
@@ -13,7 +13,7 @@
|
|||||||
"^README\\.md$"
|
"^README\\.md$"
|
||||||
],
|
],
|
||||||
"matchStrings": [
|
"matchStrings": [
|
||||||
"uses: volker\\.raschek/ah-annotations@(?<currentValue>[^\\s\"']+)"
|
"uses: volker\\.raschek\/ah-annotations@(?<currentValue>[^\\s\"']+)"
|
||||||
],
|
],
|
||||||
"depNameTemplate": "volker.raschek/ah-annotations",
|
"depNameTemplate": "volker.raschek/ah-annotations",
|
||||||
"packageNameTemplate": "https://git.cryptic.systems/volker.raschek/ah-annotations",
|
"packageNameTemplate": "https://git.cryptic.systems/volker.raschek/ah-annotations",
|
||||||
@@ -41,6 +41,7 @@
|
|||||||
],
|
],
|
||||||
"automerge": true,
|
"automerge": true,
|
||||||
"matchDepNames": [
|
"matchDepNames": [
|
||||||
|
"actions/checkout",
|
||||||
"volker.raschek/ah-annotations"
|
"volker.raschek/ah-annotations"
|
||||||
],
|
],
|
||||||
"matchUpdateTypes": [
|
"matchUpdateTypes": [
|
||||||
|
|||||||
Reference in New Issue
Block a user