Skip to content

Commit e6d4b3f

Browse files
authored
Update release-bot-action to 0.6.4 (#42)
1 parent aca3176 commit e6d4b3f

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
@@ -21,20 +21,20 @@ jobs:
2121
ref: "main"
2222
token: ${{ secrets.RELEASE_TOKEN }}
2323
- name: Release notes
24-
uses: docker://ghcr.io/ponylang/release-bot-action:0.6.3
24+
uses: docker://ghcr.io/ponylang/release-bot-action:0.6.4
2525
with:
2626
entrypoint: publish-release-notes-to-github
2727
env:
2828
RELEASE_TOKEN: ${{ secrets.RELEASE_TOKEN }}
2929
- name: Zulip
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: send-announcement-to-pony-zulip
3333
env:
3434
ZULIP_API_KEY: ${{ secrets.ZULIP_RELEASE_API_KEY }}
3535
ZULIP_EMAIL: ${{ secrets.ZULIP_RELEASE_EMAIL }}
3636
- name: Last Week in Pony
37-
uses: docker://ghcr.io/ponylang/release-bot-action:0.6.3
37+
uses: docker://ghcr.io/ponylang/release-bot-action:0.6.4
3838
with:
3939
entrypoint: add-announcement-to-last-week-in-pony
4040
env:
@@ -52,14 +52,14 @@ jobs:
5252
ref: "main"
5353
token: ${{ secrets.RELEASE_TOKEN }}
5454
- name: Rotate release notes
55-
uses: docker://ghcr.io/ponylang/release-bot-action:0.6.3
55+
uses: docker://ghcr.io/ponylang/release-bot-action:0.6.4
5656
with:
5757
entrypoint: rotate-release-notes
5858
env:
5959
GIT_USER_NAME: "Ponylang Main Bot"
6060
GIT_USER_EMAIL: "ponylang.main@gmail.com"
6161
- name: Delete announcement trigger tag
62-
uses: docker://ghcr.io/ponylang/release-bot-action:0.6.3
62+
uses: docker://ghcr.io/ponylang/release-bot-action:0.6.4
6363
with:
6464
entrypoint: delete-announcement-tag
6565
env:

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

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -25,28 +25,28 @@ jobs:
2525
ref: "main"
2626
token: ${{ secrets.RELEASE_TOKEN }}
2727
- name: Update CHANGELOG.md
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: update-changelog-for-release
3131
env:
3232
GIT_USER_NAME: "Ponylang Main Bot"
3333
GIT_USER_EMAIL: "ponylang.main@gmail.com"
3434
- name: Update VERSION
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: update-version-in-VERSION
3838
env:
3939
GIT_USER_NAME: "Ponylang Main Bot"
4040
GIT_USER_EMAIL: "ponylang.main@gmail.com"
4141
- name: Update version in README
42-
uses: docker://ghcr.io/ponylang/release-bot-action:0.6.3
42+
uses: docker://ghcr.io/ponylang/release-bot-action:0.6.4
4343
with:
4444
entrypoint: update-version-in-README
4545
env:
4646
GIT_USER_NAME: "Ponylang Main Bot"
4747
GIT_USER_EMAIL: "ponylang.main@gmail.com"
4848
- name: Update corral.json
49-
uses: docker://ghcr.io/ponylang/release-bot-action:0.6.3
49+
uses: docker://ghcr.io/ponylang/release-bot-action:0.6.4
5050
with:
5151
entrypoint: update-version-in-corral-json
5252
env:
@@ -68,7 +68,7 @@ jobs:
6868
ref: "main"
6969
token: ${{ secrets.RELEASE_TOKEN }}
7070
- name: Trigger artefact creation
71-
uses: docker://ghcr.io/ponylang/release-bot-action:0.6.3
71+
uses: docker://ghcr.io/ponylang/release-bot-action:0.6.4
7272
with:
7373
entrypoint: trigger-artefact-creation
7474
env:
@@ -93,7 +93,7 @@ jobs:
9393
ref: "main"
9494
token: ${{ secrets.RELEASE_TOKEN }}
9595
- name: Add "unreleased" section to CHANGELOG.md
96-
uses: docker://ghcr.io/ponylang/release-bot-action:0.6.3
96+
uses: docker://ghcr.io/ponylang/release-bot-action:0.6.4
9797
with:
9898
entrypoint: add-unreleased-section-to-changelog
9999
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)