Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions .github/workflows/announce-a-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,20 +22,20 @@ jobs:
ref: "main"
token: ${{ secrets.RELEASE_TOKEN }}
- name: Release notes
uses: docker://ghcr.io/ponylang/release-bot-action:0.6.3
uses: docker://ghcr.io/ponylang/release-bot-action:0.6.4
with:
entrypoint: publish-release-notes-to-github
env:
RELEASE_TOKEN: ${{ secrets.GITHUB_TOKEN }}
# - name: Zulip
# uses: docker://ghcr.io/ponylang/release-bot-action:0.6.3
# uses: docker://ghcr.io/ponylang/release-bot-action:0.6.4
# with:
# entrypoint: send-announcement-to-pony-zulip
# env:
# ZULIP_API_KEY: ${{ secrets.ZULIP_RELEASE_API_KEY }}
# ZULIP_EMAIL: ${{ secrets.ZULIP_RELEASE_EMAIL }}
# - name: Last Week in Pony
# uses: docker://ghcr.io/ponylang/release-bot-action:0.6.3
# uses: docker://ghcr.io/ponylang/release-bot-action:0.6.4
# with:
# entrypoint: add-announcement-to-last-week-in-pony
# env:
Expand All @@ -53,14 +53,14 @@ jobs:
ref: "main"
token: ${{ secrets.RELEASE_TOKEN }}
- name: Rotate release notes
uses: docker://ghcr.io/ponylang/release-bot-action:0.6.3
uses: docker://ghcr.io/ponylang/release-bot-action:0.6.4
with:
entrypoint: rotate-release-notes
env:
GIT_USER_NAME: "redvers"
GIT_USER_EMAIL: "red@contact.red"
- name: Delete announcement trigger tag
uses: docker://ghcr.io/ponylang/release-bot-action:0.6.3
uses: docker://ghcr.io/ponylang/release-bot-action:0.6.4
with:
entrypoint: delete-announcement-tag
env:
Expand Down
12 changes: 6 additions & 6 deletions .github/workflows/prepare-for-a-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,28 +26,28 @@ jobs:
ref: "main"
token: ${{ secrets.RELEASE_TOKEN }}
- name: Update CHANGELOG.md
uses: docker://ghcr.io/ponylang/release-bot-action:0.6.3
uses: docker://ghcr.io/ponylang/release-bot-action:0.6.4
with:
entrypoint: update-changelog-for-release
env:
GIT_USER_NAME: "redvers"
GIT_USER_EMAIL: "red@contact.red"
- name: Update VERSION
uses: docker://ghcr.io/ponylang/release-bot-action:0.6.3
uses: docker://ghcr.io/ponylang/release-bot-action:0.6.4
with:
entrypoint: update-version-in-VERSION
env:
GIT_USER_NAME: "redvers"
GIT_USER_EMAIL: "red@contact.red"
- name: Update version in README
uses: docker://ghcr.io/ponylang/release-bot-action:0.6.3
uses: docker://ghcr.io/ponylang/release-bot-action:0.6.4
with:
entrypoint: update-version-in-README
env:
GIT_USER_NAME: "redvers"
GIT_USER_EMAIL: "red@contact.red"
- name: Update corral.json
uses: docker://ghcr.io/ponylang/release-bot-action:0.6.3
uses: docker://ghcr.io/ponylang/release-bot-action:0.6.4
with:
entrypoint: update-version-in-corral-json
env:
Expand All @@ -69,7 +69,7 @@ jobs:
ref: "main"
token: ${{ secrets.RELEASE_TOKEN }}
- name: Trigger artefact creation
uses: docker://ghcr.io/ponylang/release-bot-action:0.6.3
uses: docker://ghcr.io/ponylang/release-bot-action:0.6.4
with:
entrypoint: trigger-artefact-creation
env:
Expand All @@ -94,7 +94,7 @@ jobs:
ref: "main"
token: ${{ secrets.RELEASE_TOKEN }}
- name: Add "unreleased" section to CHANGELOG.md
uses: docker://ghcr.io/ponylang/release-bot-action:0.6.3
uses: docker://ghcr.io/ponylang/release-bot-action:0.6.4
with:
entrypoint: add-unreleased-section-to-changelog
env:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
ref: "main"
token: ${{ secrets.RELEASE_TOKEN }}
- name: Validate CHANGELOG
uses: docker://ghcr.io/ponylang/release-bot-action:0.6.3
uses: docker://ghcr.io/ponylang/release-bot-action:0.6.4
with:
entrypoint: pre-artefact-changelog-check

Expand Down Expand Up @@ -63,7 +63,7 @@ jobs:
ref: "main"
token: ${{ secrets.RELEASE_TOKEN }}
- name: Trigger
uses: docker://ghcr.io/ponylang/release-bot-action:0.6.3
uses: docker://ghcr.io/ponylang/release-bot-action:0.6.4
with:
entrypoint: trigger-release-announcement
env:
Expand Down
4 changes: 4 additions & 0 deletions .release-notes/17.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
## Updated release-bot version

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.