Skip to content

Commit 79c6a19

Browse files
authored
Looks like a newer version may solve my issues. (#17)
* Updated release-bot-action to 0.6.4.
1 parent 14b3ed9 commit 79c6a19

File tree

4 files changed

+17
-13
lines changed

4 files changed

+17
-13
lines changed

.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.4
2626
with:
2727
entrypoint: publish-release-notes-to-github
2828
env:
2929
RELEASE_TOKEN: ${{ secrets.GITHUB_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.4
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.4
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.4
5757
with:
5858
entrypoint: rotate-release-notes
5959
env:
6060
GIT_USER_NAME: "redvers"
6161
GIT_USER_EMAIL: "red@contact.red"
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.4
6464
with:
6565
entrypoint: delete-announcement-tag
6666
env:

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

Lines changed: 6 additions & 6 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.4
3030
with:
3131
entrypoint: update-changelog-for-release
3232
env:
3333
GIT_USER_NAME: "redvers"
3434
GIT_USER_EMAIL: "red@contact.red"
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.4
3737
with:
3838
entrypoint: update-version-in-VERSION
3939
env:
4040
GIT_USER_NAME: "redvers"
4141
GIT_USER_EMAIL: "red@contact.red"
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.4
4444
with:
4545
entrypoint: update-version-in-README
4646
env:
4747
GIT_USER_NAME: "redvers"
4848
GIT_USER_EMAIL: "red@contact.red"
4949
- name: Update corral.json
50-
uses: docker://ghcr.io/ponylang/release-bot-action:0.6.3
50+
uses: docker://ghcr.io/ponylang/release-bot-action:0.6.4
5151
with:
5252
entrypoint: update-version-in-corral-json
5353
env:
@@ -69,7 +69,7 @@ jobs:
6969
ref: "main"
7070
token: ${{ secrets.RELEASE_TOKEN }}
7171
- name: Trigger artefact creation
72-
uses: docker://ghcr.io/ponylang/release-bot-action:0.6.3
72+
uses: docker://ghcr.io/ponylang/release-bot-action:0.6.4
7373
with:
7474
entrypoint: trigger-artefact-creation
7575
env:
@@ -94,7 +94,7 @@ jobs:
9494
ref: "main"
9595
token: ${{ secrets.RELEASE_TOKEN }}
9696
- name: Add "unreleased" section to CHANGELOG.md
97-
uses: docker://ghcr.io/ponylang/release-bot-action:0.6.3
97+
uses: docker://ghcr.io/ponylang/release-bot-action:0.6.4
9898
with:
9999
entrypoint: add-unreleased-section-to-changelog
100100
env:

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
ref: "main"
2424
token: ${{ secrets.RELEASE_TOKEN }}
2525
- name: Validate CHANGELOG
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: pre-artefact-changelog-check
2929

@@ -63,7 +63,7 @@ jobs:
6363
ref: "main"
6464
token: ${{ secrets.RELEASE_TOKEN }}
6565
- name: Trigger
66-
uses: docker://ghcr.io/ponylang/release-bot-action:0.6.3
66+
uses: docker://ghcr.io/ponylang/release-bot-action:0.6.4
6767
with:
6868
entrypoint: trigger-release-announcement
6969
env:

.release-notes/17.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
## Updated release-bot version
2+
3+
As we are generating our own packages as opposed to having release-bot-action do it as a part of "publish-release-notes", we need the latest version. The latest version checks for an existing package (which we have), and modifies our package as opposed to attempting to generate a new one and fail.
4+

0 commit comments

Comments
 (0)