Skip to content

Commit 8a845c1

Browse files
authored
Update release-bot-action to 0.6.5 (#93)
1 parent ad7a5b1 commit 8a845c1

3 files changed

Lines changed: 14 additions & 14 deletions

File tree

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

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -22,20 +22,20 @@ jobs:
2222
ref: "main"
2323
token: ${{ secrets.RELEASE_TOKEN }}
2424
- name: Release notes
25-
uses: docker://ghcr.io/ponylang/release-bot-action:0.6.3
25+
uses: docker://ghcr.io/ponylang/release-bot-action:0.6.5
2626
with:
2727
entrypoint: publish-release-notes-to-github
2828
env:
2929
RELEASE_TOKEN: ${{ secrets.RELEASE_TOKEN }}
3030
- name: Zulip
31-
uses: docker://ghcr.io/ponylang/release-bot-action:0.6.3
31+
uses: docker://ghcr.io/ponylang/release-bot-action:0.6.5
3232
with:
3333
entrypoint: send-announcement-to-pony-zulip
3434
env:
3535
ZULIP_API_KEY: ${{ secrets.ZULIP_RELEASE_API_KEY }}
3636
ZULIP_EMAIL: ${{ secrets.ZULIP_RELEASE_EMAIL }}
3737
- name: Last Week in Pony
38-
uses: docker://ghcr.io/ponylang/release-bot-action:0.6.3
38+
uses: docker://ghcr.io/ponylang/release-bot-action:0.6.5
3939
with:
4040
entrypoint: add-announcement-to-last-week-in-pony
4141
env:
@@ -53,14 +53,14 @@ jobs:
5353
ref: "main"
5454
token: ${{ secrets.RELEASE_TOKEN }}
5555
- name: Rotate release notes
56-
uses: docker://ghcr.io/ponylang/release-bot-action:0.6.3
56+
uses: docker://ghcr.io/ponylang/release-bot-action:0.6.5
5757
with:
5858
entrypoint: rotate-release-notes
5959
env:
6060
GIT_USER_NAME: "Ponylang Main Bot"
6161
GIT_USER_EMAIL: "ponylang.main@gmail.com"
6262
- name: Delete announcement trigger tag
63-
uses: docker://ghcr.io/ponylang/release-bot-action:0.6.3
63+
uses: docker://ghcr.io/ponylang/release-bot-action:0.6.5
6464
with:
6565
entrypoint: delete-announcement-tag
6666
env:

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

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -26,28 +26,28 @@ jobs:
2626
ref: "main"
2727
token: ${{ secrets.RELEASE_TOKEN }}
2828
- name: Update CHANGELOG.md
29-
uses: docker://ghcr.io/ponylang/release-bot-action:0.6.3
29+
uses: docker://ghcr.io/ponylang/release-bot-action:0.6.5
3030
with:
3131
entrypoint: update-changelog-for-release
3232
env:
3333
GIT_USER_NAME: "Ponylang Main Bot"
3434
GIT_USER_EMAIL: "ponylang.main@gmail.com"
3535
- name: Update VERSION
36-
uses: docker://ghcr.io/ponylang/release-bot-action:0.6.3
36+
uses: docker://ghcr.io/ponylang/release-bot-action:0.6.5
3737
with:
3838
entrypoint: update-version-in-VERSION
3939
env:
4040
GIT_USER_NAME: "Ponylang Main Bot"
4141
GIT_USER_EMAIL: "ponylang.main@gmail.com"
4242
- name: Update version in README
43-
uses: docker://ghcr.io/ponylang/release-bot-action:0.6.3
43+
uses: docker://ghcr.io/ponylang/release-bot-action:0.6.5
4444
with:
4545
entrypoint: update-version-in-README
4646
env:
4747
GIT_USER_NAME: "Ponylang Main Bot"
4848
GIT_USER_EMAIL: "ponylang.main@gmail.com"
4949
- name: Switch to using prebuilt docker image to run
50-
uses: docker://ghcr.io/ponylang/release-bot-action:0.6.3
50+
uses: docker://ghcr.io/ponylang/release-bot-action:0.6.5
5151
with:
5252
entrypoint: update-action-to-use-docker-image-to-run-action
5353
env:
@@ -70,7 +70,7 @@ jobs:
7070
ref: "main"
7171
token: ${{ secrets.RELEASE_TOKEN }}
7272
- name: Trigger artefact creation
73-
uses: docker://ghcr.io/ponylang/release-bot-action:0.6.3
73+
uses: docker://ghcr.io/ponylang/release-bot-action:0.6.5
7474
with:
7575
entrypoint: trigger-artefact-creation
7676
env:
@@ -95,14 +95,14 @@ jobs:
9595
ref: "main"
9696
token: ${{ secrets.RELEASE_TOKEN }}
9797
- name: Add "unreleased" section to CHANGELOG.md
98-
uses: docker://ghcr.io/ponylang/release-bot-action:0.6.3
98+
uses: docker://ghcr.io/ponylang/release-bot-action:0.6.5
9999
with:
100100
entrypoint: add-unreleased-section-to-changelog
101101
env:
102102
GIT_USER_NAME: "Ponylang Main Bot"
103103
GIT_USER_EMAIL: "ponylang.main@gmail.com"
104104
- name: Switch to building action for each run
105-
uses: docker://ghcr.io/ponylang/release-bot-action:0.6.3
105+
uses: docker://ghcr.io/ponylang/release-bot-action:0.6.5
106106
with:
107107
entrypoint: update-action-to-use-dockerfile-to-run-action
108108
env:

.github/workflows/release.yml

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

@@ -55,7 +55,7 @@ jobs:
5555
ref: "main"
5656
token: ${{ secrets.RELEASE_TOKEN }}
5757
- name: Trigger
58-
uses: docker://ghcr.io/ponylang/release-bot-action:0.6.3
58+
uses: docker://ghcr.io/ponylang/release-bot-action:0.6.5
5959
with:
6060
entrypoint: trigger-release-announcement
6161
env:

0 commit comments

Comments
 (0)