From 0e6951213b5b9ab243e465a587618c01c50ce8cc Mon Sep 17 00:00:00 2001 From: Earl Warren Date: Sun, 27 Jul 2025 16:16:31 +0000 Subject: [PATCH] chore(release-notes): update 8.0.1 [skip cascade] [skip ci] (#743) Also enable the release notes assistant. It won't be much help right now because it would also need to get changes from ACT. But once ACT is merged into the runner, it will save writing release notes manually. Reviewed-on: https://code.forgejo.org/forgejo/runner/pulls/743 Co-authored-by: Earl Warren Co-committed-by: Earl Warren --- .forgejo/workflows/publish-release.yml | 3 ++- RELEASE-NOTES.md | 4 ++++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/.forgejo/workflows/publish-release.yml b/.forgejo/workflows/publish-release.yml index adbcf255..31b4c58e 100644 --- a/.forgejo/workflows/publish-release.yml +++ b/.forgejo/workflows/publish-release.yml @@ -36,7 +36,8 @@ jobs: from-owner: ${{ vars.FROM_OWNER }} to-owner: ${{ vars.TO_OWNER }} repo: "runner" - release-notes: "See https://code.forgejo.org/forgejo/runner/src/branch/main/RELEASE-NOTES.md#{ANCHOR}" + release-notes: "See also https://code.forgejo.org/forgejo/runner/src/branch/main/RELEASE-NOTES.md#{ANCHOR}" + release-notes-assistant: true ref-name: ${{ forge.ref_name }} sha: ${{ forge.sha }} container-suffixes: " " diff --git a/RELEASE-NOTES.md b/RELEASE-NOTES.md index 9b126214..1caa3acf 100644 --- a/RELEASE-NOTES.md +++ b/RELEASE-NOTES.md @@ -1,5 +1,9 @@ # Release Notes +## 8.0.1 + +* [tolerate strings for fail-fast, max-parallel, timeout-minutes, cancel-timeout-minutes](https://code.forgejo.org/forgejo/act/pulls/203). + ## 8.0.0 * Breaking change: workflows files go through a [schema validation](https://code.forgejo.org/forgejo/act/pulls/170) and will not run if they do not pass. Some existing workflows may have syntax errors that did not prevent them from running with versions 7.0.0 and below but they will no longer work with versions 8.0.0 and above.