Skip to content

Commit 5354297

Browse files
authored
Update release-bot-action to 0.6.4 (#115)
1 parent b27b242 commit 5354297

3 files changed

Lines changed: 13 additions & 13 deletions

File tree

.github/workflows/announce-a-release.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -19,20 +19,20 @@ jobs:
1919
ref: "main"
2020
token: ${{ secrets.RELEASE_TOKEN }}
2121
- name: Release notes
22-
uses: docker://ghcr.io/ponylang/release-bot-action:0.6.3
22+
uses: docker://ghcr.io/ponylang/release-bot-action:0.6.4
2323
with:
2424
entrypoint: publish-release-notes-to-github
2525
env:
2626
RELEASE_TOKEN: ${{ secrets.RELEASE_TOKEN }}
2727
- name: Zulip
28-
uses: docker://ghcr.io/ponylang/release-bot-action:0.6.3
28+
uses: docker://ghcr.io/ponylang/release-bot-action:0.6.4
2929
with:
3030
entrypoint: send-announcement-to-pony-zulip
3131
env:
3232
ZULIP_API_KEY: ${{ secrets.ZULIP_RELEASE_API_KEY }}
3333
ZULIP_EMAIL: ${{ secrets.ZULIP_RELEASE_EMAIL }}
3434
- name: Last Week in Pony
35-
uses: docker://ghcr.io/ponylang/release-bot-action:0.6.3
35+
uses: docker://ghcr.io/ponylang/release-bot-action:0.6.4
3636
with:
3737
entrypoint: add-announcement-to-last-week-in-pony
3838
env:
@@ -50,14 +50,14 @@ jobs:
5050
ref: "main"
5151
token: ${{ secrets.RELEASE_TOKEN }}
5252
- name: Rotate release notes
53-
uses: docker://ghcr.io/ponylang/release-bot-action:0.6.3
53+
uses: docker://ghcr.io/ponylang/release-bot-action:0.6.4
5454
with:
5555
entrypoint: rotate-release-notes
5656
env:
5757
GIT_USER_NAME: "Ponylang Main Bot"
5858
GIT_USER_EMAIL: "ponylang.main@gmail.com"
5959
- name: Delete announcement trigger tag
60-
uses: docker://ghcr.io/ponylang/release-bot-action:0.6.3
60+
uses: docker://ghcr.io/ponylang/release-bot-action:0.6.4
6161
with:
6262
entrypoint: delete-announcement-tag
6363
env:

.github/workflows/prepare-for-a-release.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -23,28 +23,28 @@ jobs:
2323
ref: "main"
2424
token: ${{ secrets.RELEASE_TOKEN }}
2525
- name: Update CHANGELOG.md
26-
uses: docker://ghcr.io/ponylang/release-bot-action:0.6.3
26+
uses: docker://ghcr.io/ponylang/release-bot-action:0.6.4
2727
with:
2828
entrypoint: update-changelog-for-release
2929
env:
3030
GIT_USER_NAME: "Ponylang Main Bot"
3131
GIT_USER_EMAIL: "ponylang.main@gmail.com"
3232
- name: Update VERSION
33-
uses: docker://ghcr.io/ponylang/release-bot-action:0.6.3
33+
uses: docker://ghcr.io/ponylang/release-bot-action:0.6.4
3434
with:
3535
entrypoint: update-version-in-VERSION
3636
env:
3737
GIT_USER_NAME: "Ponylang Main Bot"
3838
GIT_USER_EMAIL: "ponylang.main@gmail.com"
3939
- name: Update version in README
40-
uses: docker://ghcr.io/ponylang/release-bot-action:0.6.3
40+
uses: docker://ghcr.io/ponylang/release-bot-action:0.6.4
4141
with:
4242
entrypoint: update-version-in-README
4343
env:
4444
GIT_USER_NAME: "Ponylang Main Bot"
4545
GIT_USER_EMAIL: "ponylang.main@gmail.com"
4646
- name: Update corral.json
47-
uses: docker://ghcr.io/ponylang/release-bot-action:0.6.3
47+
uses: docker://ghcr.io/ponylang/release-bot-action:0.6.4
4848
with:
4949
entrypoint: update-version-in-corral-json
5050
env:
@@ -66,7 +66,7 @@ jobs:
6666
ref: "main"
6767
token: ${{ secrets.RELEASE_TOKEN }}
6868
- name: Trigger artefact creation
69-
uses: docker://ghcr.io/ponylang/release-bot-action:0.6.3
69+
uses: docker://ghcr.io/ponylang/release-bot-action:0.6.4
7070
with:
7171
entrypoint: trigger-artefact-creation
7272
env:
@@ -91,7 +91,7 @@ jobs:
9191
ref: "main"
9292
token: ${{ secrets.RELEASE_TOKEN }}
9393
- name: Add "unreleased" section to CHANGELOG.md
94-
uses: docker://ghcr.io/ponylang/release-bot-action:0.6.3
94+
uses: docker://ghcr.io/ponylang/release-bot-action:0.6.4
9595
with:
9696
entrypoint: add-unreleased-section-to-changelog
9797
env:

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
ref: "main"
2828
token: ${{ secrets.RELEASE_TOKEN }}
2929
- name: Validate CHANGELOG
30-
uses: docker://ghcr.io/ponylang/release-bot-action:0.6.3
30+
uses: docker://ghcr.io/ponylang/release-bot-action:0.6.4
3131
with:
3232
entrypoint: pre-artefact-changelog-check
3333

@@ -74,7 +74,7 @@ jobs:
7474
ref: "main"
7575
token: ${{ secrets.RELEASE_TOKEN }}
7676
- name: Trigger
77-
uses: docker://ghcr.io/ponylang/release-bot-action:0.6.3
77+
uses: docker://ghcr.io/ponylang/release-bot-action:0.6.4
7878
with:
7979
entrypoint: trigger-release-announcement
8080
env:

0 commit comments

Comments
 (0)