mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2026-05-12 22:10:25 +00:00
chore: fix rna config (#12304)
@viceice was getting error 500 trying to post this PR an hour ago. This commit is solely authored by him. Co-authored-by: viceice <michael.kriese@gmx.de> Reviewed-on: https://codeberg.org/forgejo/forgejo/pulls/12304
This commit is contained in:
parent
6171e7ef7a
commit
abcfb46691
1 changed files with 2 additions and 2 deletions
|
|
@ -5,10 +5,10 @@ branch-find-version: 'v(?P<version>\d+\.\d+)/forgejo'
|
||||||
branch-to-version: '${version}.0'
|
branch-to-version: '${version}.0'
|
||||||
branch-from-version: 'v%[1]d.%[2]d/forgejo'
|
branch-from-version: 'v%[1]d.%[2]d/forgejo'
|
||||||
tag-from-version: 'v%[1]d.%[2]d.%[3]d'
|
tag-from-version: 'v%[1]d.%[2]d.%[3]d'
|
||||||
supported-release-count: 4
|
supported-release-count: 3
|
||||||
branch-known:
|
branch-known:
|
||||||
|
# replace with v15 when v11 becomes EOL
|
||||||
- 'v11.0/forgejo'
|
- 'v11.0/forgejo'
|
||||||
- 'v15.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"'
|
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: |
|
render-header: |
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue