
After a release branch is cut and before it is released, there are three supported releases. For instance: - v11.0 LTS - v12.0 not yet EOL - v13.0 not yet released ## Testing ```sh time ../release-notes-assistant/release-notes-assistant --verbose --workdir /tmp/rna-milestone-11 --config .release-notes-assistant.yaml --forgejo-url https://codeberg.org --repository forgejo/forgejo --storage-location /tmp/rna-v11.txt --token $RNA_TOKEN release v11.0.7 ``` <!--start release-notes-assistant--> ## Release notes <!--URL:https://codeberg.org/forgejo/forgejo--> - Bug fixes - [PR](https://codeberg.org/forgejo/forgejo/pulls/9468) ([backported](https://codeberg.org/forgejo/forgejo/pulls/9469)): <!--number 9469 --><!--line 0 --><!--description Zml4OiBwYWNrYWdlIGNsZWFuZWQgcnVsZSBmYWlscyBpZiB0aGUga2VlcCBjb3VudCBpcyB0b28gaGlnaA==-->fix: package cleaned rule fails if the keep count is too high<!--description--> - Included for completeness but not user-facing (chores, etc.) - [PR](https://codeberg.org/forgejo/forgejo/pulls/9417) ([backported](https://codeberg.org/forgejo/forgejo/pulls/9418)): <!--number 9418 --><!--line 0 --><!--description Zml4OiB1cGdyYWRlIHRvIHRoZSBsZGFwIHZlcnNpb24gdXNlZCBmb3IgdGVzdGluZyB0byAyLjU=-->fix: upgrade to the ldap version used for testing to 2.5<!--description--> <!--end release-notes-assistant--> Reviewed-on: https://codeberg.org/forgejo/forgejo/pulls/9480 Reviewed-by: Michael Kriese <michael.kriese@gmx.de> 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:
|
|
- 'v7.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
|