We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 55f8de1 commit 5155546Copy full SHA for 5155546
README.md
@@ -19,7 +19,7 @@ jobs:
19
uses: actions/checkout@v3
20
21
- name: Batch changes
22
- uses: miniscruff/changie-action@v2
+ uses: miniscruff/changie-action@v3
23
with:
24
version: latest
25
args: batch auto
@@ -30,7 +30,7 @@ jobs:
30
31
- name: Get the latest version
32
id: latest
33
34
35
36
args: latest
@@ -46,7 +46,7 @@ jobs:
46
### Install Changie only
47
```yaml
48
49
50
51
52
# skip the args
0 commit comments