Skip to content

Commit 77e2bd8

Browse files
committed
Update README.md examples to reflect new version 0.6.6
1 parent 31d9a4a commit 77e2bd8

1 file changed

Lines changed: 29 additions & 29 deletions

File tree

README.md

Lines changed: 29 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -81,21 +81,21 @@ jobs:
8181
ref: "main"
8282
token: ${{ secrets.RELEASE_TOKEN }}
8383
- name: Update CHANGELOG.md
84-
uses: docker://ghcr.io/ponylang/release-bot-action:0.6.5
84+
uses: docker://ghcr.io/ponylang/release-bot-action:0.6.6
8585
with:
8686
entrypoint: update-changelog-for-release
8787
env:
8888
GIT_USER_NAME: "Ponylang Main Bot"
8989
GIT_USER_EMAIL: "ponylang.main@gmail.com"
9090
- name: Update VERSION
91-
uses: docker://ghcr.io/ponylang/release-bot-action:0.6.5
91+
uses: docker://ghcr.io/ponylang/release-bot-action:0.6.6
9292
with:
9393
entrypoint: update-version-in-VERSION
9494
env:
9595
GIT_USER_NAME: "Ponylang Main Bot"
9696
GIT_USER_EMAIL: "ponylang.main@gmail.com"
9797
- name: Update version in README
98-
uses: docker://ghcr.io/ponylang/release-bot-action:0.6.5
98+
uses: docker://ghcr.io/ponylang/release-bot-action:0.6.6
9999
with:
100100
entrypoint: update-version-in-README
101101
env:
@@ -117,7 +117,7 @@ jobs:
117117
ref: "main"
118118
token: ${{ secrets.RELEASE_TOKEN }}
119119
- name: Trigger artefact creation
120-
uses: docker://ghcr.io/ponylang/release-bot-action:0.6.5
120+
uses: docker://ghcr.io/ponylang/release-bot-action:0.6.6
121121
with:
122122
entrypoint: trigger-artefact-creation
123123
env:
@@ -142,7 +142,7 @@ jobs:
142142
ref: "main"
143143
token: ${{ secrets.RELEASE_TOKEN }}
144144
- name: Add "unreleased" section to CHANGELOG.md
145-
uses: docker://ghcr.io/ponylang/release-bot-action:0.6.5
145+
uses: docker://ghcr.io/ponylang/release-bot-action:0.6.6
146146
with:
147147
entrypoint: add-unreleased-section-to-changelog
148148
env:
@@ -192,7 +192,7 @@ jobs:
192192
ref: "main"
193193
token: ${{ secrets.RELEASE_TOKEN }}
194194
- name: Validate CHANGELOG
195-
uses: docker://ghcr.io/ponylang/release-bot-action:0.6.5
195+
uses: docker://ghcr.io/ponylang/release-bot-action:0.6.6
196196
with:
197197
entrypoint: pre-artefact-changelog-check
198198

@@ -209,7 +209,7 @@ jobs:
209209
ref: "main"
210210
token: ${{ secrets.RELEASE_TOKEN }}
211211
- name: Trigger
212-
uses: docker://ghcr.io/ponylang/release-bot-action:0.6.5
212+
uses: docker://ghcr.io/ponylang/release-bot-action:0.6.6
213213
with:
214214
entrypoint: trigger-release-announcement
215215
env:
@@ -261,20 +261,20 @@ jobs:
261261
ref: "main"
262262
token: ${{ secrets.RELEASE_TOKEN }}
263263
- name: Release notes
264-
uses: docker://ghcr.io/ponylang/release-bot-action:0.6.5
264+
uses: docker://ghcr.io/ponylang/release-bot-action:0.6.6
265265
with:
266266
entrypoint: publish-release-notes-to-github
267267
env:
268268
RELEASE_TOKEN: ${{ secrets.RELEASE_TOKEN }}
269269
- name: Zulip
270-
uses: docker://ghcr.io/ponylang/release-bot-action:0.6.5
270+
uses: docker://ghcr.io/ponylang/release-bot-action:0.6.6
271271
with:
272272
entrypoint: send-announcement-to-pony-zulip
273273
env:
274274
ZULIP_API_KEY: ${{ secrets.ZULIP_RELEASE_API_KEY }}
275275
ZULIP_EMAIL: ${{ secrets.ZULIP_RELEASE_EMAIL }}
276276
- name: Last Week in Pony
277-
uses: docker://ghcr.io/ponylang/release-bot-action:0.6.5
277+
uses: docker://ghcr.io/ponylang/release-bot-action:0.6.6
278278
with:
279279
entrypoint: add-announcement-to-last-week-in-pony
280280
env:
@@ -292,14 +292,14 @@ jobs:
292292
ref: "main"
293293
token: ${{ secrets.RELEASE_TOKEN }}
294294
- name: Rotate release notes
295-
uses: docker://ghcr.io/ponylang/release-bot-action:0.6.5
295+
uses: docker://ghcr.io/ponylang/release-bot-action:0.6.6
296296
with:
297297
entrypoint: rotate-release-notes
298298
env:
299299
GIT_USER_NAME: "Ponylang Main Bot"
300300
GIT_USER_EMAIL: "ponylang.main@gmail.com"
301301
- name: Delete announcement trigger tag
302-
uses: docker://ghcr.io/ponylang/release-bot-action:0.6.5
302+
uses: docker://ghcr.io/ponylang/release-bot-action:0.6.6
303303
with:
304304
entrypoint: delete-announcement-tag
305305
env:
@@ -333,7 +333,7 @@ An example step config:
333333

334334
```yml
335335
- name: Last Week in Pony
336-
uses: docker://ghcr.io/ponylang/release-bot-action:0.6.5
336+
uses: docker://ghcr.io/ponylang/release-bot-action:0.6.6
337337
with:
338338
entrypoint: add-announcement-to-last-week-in-pony
339339
env:
@@ -352,7 +352,7 @@ An example step config:
352352

353353
```yml
354354
- name: Add "unreleased" section to CHANGELOG.md
355-
uses: docker://ghcr.io/ponylang/release-bot-action:0.6.5
355+
uses: docker://ghcr.io/ponylang/release-bot-action:0.6.6
356356
with:
357357
entrypoint: add-unreleased-section-to-changelog
358358
env:
@@ -377,7 +377,7 @@ An example step config:
377377

378378
```yml
379379
- name: Create empty GitHub release
380-
uses: docker://ghcr.io/ponylang/release-bot-action:0.6.5
380+
uses: docker://ghcr.io/ponylang/release-bot-action:0.6.6
381381
with:
382382
entrypoint: create-empty-github-release
383383
env:
@@ -396,7 +396,7 @@ An example step config:
396396

397397
```yml
398398
- name: Delete announcement trigger tag
399-
uses: docker://ghcr.io/ponylang/release-bot-action:0.6.5
399+
uses: docker://ghcr.io/ponylang/release-bot-action:0.6.6
400400
with:
401401
entrypoint: delete-announcement-tag
402402
env:
@@ -418,7 +418,7 @@ An example step config:
418418

419419
```yml
420420
- name: Validate CHANGELOG
421-
uses: docker://ghcr.io/ponylang/release-bot-action:0.6.5
421+
uses: docker://ghcr.io/ponylang/release-bot-action:0.6.6
422422
with:
423423
entrypoint: pre-artefact-changelog-check
424424
```
@@ -437,7 +437,7 @@ An example step config:
437437

438438
```yml
439439
- name: Release notes
440-
uses: docker://ghcr.io/ponylang/release-bot-action:0.6.5
440+
uses: docker://ghcr.io/ponylang/release-bot-action:0.6.6
441441
with:
442442
entrypoint: publish-release-notes-to-github
443443
env:
@@ -456,7 +456,7 @@ An example step config:
456456

457457
```yml
458458
- name: Rotate release notes
459-
uses: docker://ghcr.io/ponylang/release-bot-action:0.6.5
459+
uses: docker://ghcr.io/ponylang/release-bot-action:0.6.6
460460
with:
461461
entrypoint: rotate-release-notes
462462
env:
@@ -487,7 +487,7 @@ An example step config:
487487

488488
```yml
489489
- name: Zulip
490-
uses: docker://ghcr.io/ponylang/release-bot-action:0.6.5
490+
uses: docker://ghcr.io/ponylang/release-bot-action:0.6.6
491491
with:
492492
entrypoint: send-announcement-to-pony-zulip
493493
env:
@@ -507,7 +507,7 @@ An example step config:
507507

508508
```yml
509509
- name: Trigger artefact creation
510-
uses: docker://ghcr.io/ponylang/release-bot-action:0.6.5
510+
uses: docker://ghcr.io/ponylang/release-bot-action:0.6.6
511511
with:
512512
entrypoint: trigger-artefact-creation
513513
env:
@@ -527,7 +527,7 @@ An example step config:
527527

528528
```yml
529529
- name: Trigger
530-
uses: docker://ghcr.io/ponylang/release-bot-action:0.6.5
530+
uses: docker://ghcr.io/ponylang/release-bot-action:0.6.6
531531
with:
532532
entrypoint: trigger-release-announcement
533533
env:
@@ -550,7 +550,7 @@ An example step config:
550550

551551
```yml
552552
- name: Set action to run using prebuilt image
553-
uses: docker://ghcr.io/ponylang/release-bot-action:0.6.5
553+
uses: docker://ghcr.io/ponylang/release-bot-action:0.6.6
554554
with:
555555
entrypoint: update-action-to-use-docker-image-to-run-action
556556
env:
@@ -562,7 +562,7 @@ To use a registry other than DockerHub, add the registry in the REGISTRY environ
562562

563563
```yml
564564
- name: Set action to run using prebuilt image
565-
uses: docker://ghcr.io/ponylang/release-bot-action:0.6.5
565+
uses: docker://ghcr.io/ponylang/release-bot-action:0.6.6
566566
with:
567567
entrypoint: update-action-to-use-docker-image-to-run-action
568568
env:
@@ -586,7 +586,7 @@ An example step config:
586586

587587
```yml
588588
- name: Set action to run using Dockerfile
589-
uses: docker://ghcr.io/ponylang/release-bot-action:0.6.5
589+
uses: docker://ghcr.io/ponylang/release-bot-action:0.6.6
590590
with:
591591
entrypoint: update-action-to-use-dockerfile-to-run-action
592592
env:
@@ -606,7 +606,7 @@ An example step config:
606606

607607
```yml
608608
- name: Update CHANGELOG.md
609-
uses: docker://ghcr.io/ponylang/release-bot-action:0.6.5
609+
uses: docker://ghcr.io/ponylang/release-bot-action:0.6.6
610610
with:
611611
entrypoint: update-changelog-for-release
612612
env:
@@ -626,7 +626,7 @@ An example step config:
626626

627627
```yml
628628
- name: Update corral.json
629-
uses: docker://ghcr.io/ponylang/release-bot-action:0.6.5
629+
uses: docker://ghcr.io/ponylang/release-bot-action:0.6.6
630630
with:
631631
entrypoint: update-version-in-corral-json
632632
env:
@@ -655,7 +655,7 @@ An example step config:
655655

656656
```yml
657657
- name: Update version in README
658-
uses: docker://ghcr.io/ponylang/release-bot-action:0.6.5
658+
uses: docker://ghcr.io/ponylang/release-bot-action:0.6.6
659659
with:
660660
entrypoint: update-version-in-README
661661
env:
@@ -675,7 +675,7 @@ An example step config:
675675

676676
```yml
677677
- name: Update VERSION
678-
uses: docker://ghcr.io/ponylang/release-bot-action:0.6.5
678+
uses: docker://ghcr.io/ponylang/release-bot-action:0.6.6
679679
with:
680680
entrypoint: update-version-in-VERSION
681681
env:

0 commit comments

Comments
 (0)