mirror of
https://code.forgejo.org/forgejo/runner.git
synced 2025-08-06 17:40:58 +00:00
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 <contact@earl-warren.org> Co-committed-by: Earl Warren <contact@earl-warren.org>
This commit is contained in:
parent
55bb0b9107
commit
0e6951213b
2 changed files with 6 additions and 1 deletions
|
@ -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: " "
|
||||
|
|
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue