mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2026-01-11 20:56:29 +00:00
Some checks are pending
/ release (push) Waiting to run
testing / test-pgsql (push) Blocked by required conditions
testing / test-sqlite (push) Blocked by required conditions
testing / security-check (push) Blocked by required conditions
testing-integration / test-sqlite (push) Waiting to run
testing-integration / test-unit (push) Waiting to run
testing-integration / test-mariadb (v10.6) (push) Waiting to run
testing-integration / test-mariadb (v11.8) (push) Waiting to run
testing / backend-checks (push) Waiting to run
testing / frontend-checks (push) Waiting to run
testing / test-unit (push) Blocked by required conditions
testing / test-e2e (push) Blocked by required conditions
testing / test-remote-cacher (redis) (push) Blocked by required conditions
testing / test-remote-cacher (valkey) (push) Blocked by required conditions
testing / test-remote-cacher (garnet) (push) Blocked by required conditions
testing / test-remote-cacher (redict) (push) Blocked by required conditions
testing / test-mysql (push) Blocked by required conditions
This needs to be updated every time a LTS is published because the release-notes-assistant has no notion of what a LTS is. ## Tests - After it is merged - Trigger https://codeberg.org/forgejo/forgejo/actions?workflow=release-notes-assistant-milestones.yml - See that v11.0.9 milestone contains only the relevant pull requests https://codeberg.org/forgejo/forgejo/milestone/35400 Reviewed-on: https://codeberg.org/forgejo/forgejo/pulls/10638 Reviewed-by: 0ko <0ko@noreply.codeberg.org> Co-authored-by: Earl Warren <contact@earl-warren.org> Co-committed-by: Earl Warren <contact@earl-warren.org>
28 lines
1.1 KiB
YAML
28 lines
1.1 KiB
YAML
categorize: './release-notes-assistant.sh'
|
|
branch-development: 'forgejo'
|
|
branch-pattern: 'v*/forgejo'
|
|
branch-find-version: 'v(?P<version>\d+\.\d+)/forgejo'
|
|
branch-to-version: '${version}.0'
|
|
branch-from-version: 'v%[1]d.%[2]d/forgejo'
|
|
tag-from-version: 'v%[1]d.%[2]d.%[3]d'
|
|
supported-release-count: 3
|
|
branch-known:
|
|
- 'v11.0/forgejo'
|
|
cleanup-line: 'sed -Ee "s/^(feat|fix):\s*//g" -e "s/^\[WIP\] //" -e "s/^WIP: //" -e "s;\[(UI|BUG|FEAT|v.*?/forgejo)\]\s*;;g"'
|
|
render-header: |
|
|
|
|
## Release notes
|
|
comment: |
|
|
<details>
|
|
<summary>Where does that come from?</summary>
|
|
The following is a preview of the release notes for this pull request, as they will appear in the upcoming release. They are derived from the content of the `%[2]s/%[3]s.md` file, if it exists, or the title of the pull request. They were also added at the bottom of the description of this pull request for easier reference.
|
|
|
|
This message and the release notes originate from a call to the [release-notes-assistant](https://code.forgejo.org/forgejo/release-notes-assistant).
|
|
|
|
```diff
|
|
%[4]s
|
|
```
|
|
|
|
</details>
|
|
|
|
%[1]s
|