Skip to content

Commit

Permalink
Update to version 0.6.2 of self
Browse files Browse the repository at this point in the history
And in the process, start using the docker images that we build.
  • Loading branch information
SeanTAllen committed Aug 29, 2023
1 parent 5fb946b commit ac86699
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 14 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/announce-a-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,20 +18,20 @@ jobs:
ref: "main"
token: ${{ secrets.RELEASE_TOKEN }}
- name: Release notes
uses: ponylang/release-bot-action@0.6.1
uses: docker://ghcr.io/ponylang/release-bot-action:0.6.3
with:
entrypoint: publish-release-notes-to-github
env:
RELEASE_TOKEN: ${{ secrets.RELEASE_TOKEN }}
- name: Zulip
uses: ponylang/release-bot-action@0.6.1
uses: docker://ghcr.io/ponylang/release-bot-action:0.6.3
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: ponylang/release-bot-action@0.6.1
uses: docker://ghcr.io/ponylang/release-bot-action:0.6.3
with:
entrypoint: add-announcement-to-last-week-in-pony
env:
Expand All @@ -49,14 +49,14 @@ jobs:
ref: "main"
token: ${{ secrets.RELEASE_TOKEN }}
- name: Rotate release notes
uses: ponylang/release-bot-action@0.6.1
uses: docker://ghcr.io/ponylang/release-bot-action:0.6.3
with:
entrypoint: rotate-release-notes
env:
GIT_USER_NAME: "Ponylang Main Bot"
GIT_USER_EMAIL: "[email protected]"
- name: Delete announcement trigger tag
uses: ponylang/release-bot-action@0.6.1
uses: docker://ghcr.io/ponylang/release-bot-action:0.6.3
with:
entrypoint: delete-announcement-tag
env:
Expand Down
14 changes: 7 additions & 7 deletions .github/workflows/prepare-for-a-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,28 +22,28 @@ jobs:
ref: "main"
token: ${{ secrets.RELEASE_TOKEN }}
- name: Update CHANGELOG.md
uses: ponylang/release-bot-action@0.6.1
uses: docker://ghcr.io/ponylang/release-bot-action:0.6.3
with:
entrypoint: update-changelog-for-release
env:
GIT_USER_NAME: "Ponylang Main Bot"
GIT_USER_EMAIL: "[email protected]"
- name: Update VERSION
uses: ponylang/release-bot-action@0.6.1
uses: docker://ghcr.io/ponylang/release-bot-action:0.6.3
with:
entrypoint: update-version-in-VERSION
env:
GIT_USER_NAME: "Ponylang Main Bot"
GIT_USER_EMAIL: "[email protected]"
- name: Update version in README
uses: ponylang/release-bot-action@0.6.1
uses: docker://ghcr.io/ponylang/release-bot-action:0.6.3
with:
entrypoint: update-version-in-README
env:
GIT_USER_NAME: "Ponylang Main Bot"
GIT_USER_EMAIL: "[email protected]"
- name: Switch to using prebuilt docker image to run
uses: ponylang/release-bot-action@0.6.1
uses: docker://ghcr.io/ponylang/release-bot-action:0.6.3
with:
entrypoint: update-action-to-use-docker-image-to-run-action
env:
Expand All @@ -65,7 +65,7 @@ jobs:
ref: "main"
token: ${{ secrets.RELEASE_TOKEN }}
- name: Trigger artefact creation
uses: ponylang/release-bot-action@0.6.1
uses: docker://ghcr.io/ponylang/release-bot-action:0.6.3
with:
entrypoint: trigger-artefact-creation
env:
Expand All @@ -90,14 +90,14 @@ jobs:
ref: "main"
token: ${{ secrets.RELEASE_TOKEN }}
- name: Add "unreleased" section to CHANGELOG.md
uses: ponylang/release-bot-action@0.6.1
uses: docker://ghcr.io/ponylang/release-bot-action:0.6.3
with:
entrypoint: add-unreleased-section-to-changelog
env:
GIT_USER_NAME: "Ponylang Main Bot"
GIT_USER_EMAIL: "[email protected]"
- name: Switch to building action for each run
uses: ponylang/release-bot-action@0.6.1
uses: docker://ghcr.io/ponylang/release-bot-action:0.6.3
with:
entrypoint: update-action-to-use-dockerfile-to-run-action
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 @@ -21,7 +21,7 @@ jobs:
ref: "main"
token: ${{ secrets.RELEASE_TOKEN }}
- name: Validate CHANGELOG
uses: ponylang/release-bot-action@0.6.1
uses: docker://ghcr.io/ponylang/release-bot-action:0.6.3
with:
entrypoint: pre-artefact-changelog-check

Expand Down Expand Up @@ -58,7 +58,7 @@ jobs:
ref: "main"
token: ${{ secrets.RELEASE_TOKEN }}
- name: Trigger
uses: ponylang/release-bot-action@0.6.1
uses: docker://ghcr.io/ponylang/release-bot-action:0.6.3
with:
entrypoint: trigger-release-announcement
env:
Expand Down

0 comments on commit ac86699

Please sign in to comment.