-
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use release-bot-action from GitHub Container Registry
- Loading branch information
1 parent
1005d78
commit f1c2cf8
Showing
3 changed files
with
13 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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: | ||
|
@@ -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: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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: Update corral.json | ||
uses: ponylang/release-bot-action@0.6.1 | ||
uses: docker://ghcr.io/ponylang/release-bot-action:0.6.3 | ||
with: | ||
entrypoint: update-version-in-corral-json | ||
env: | ||
|
@@ -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: | ||
|
@@ -90,7 +90,7 @@ 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: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters