summaryrefslogtreecommitdiffstats
path: root/.release-notes-assistant.yaml
diff options
context:
space:
mode:
authorTwenty Panda <twenty-panda@posteo.com>2024-07-23 13:51:32 +0200
committerTwenty Panda <twenty-panda@posteo.com>2024-07-23 13:53:46 +0200
commit80a1461e7d190d5371ed9632ee791689bc2d92cd (patch)
tree3e305714d8a5d75fbd7053ccf437667b1fcd18ff /.release-notes-assistant.yaml
parentfix(release-notes-assistant): be more conservative when cleaning up (diff)
downloadforgejo-80a1461e7d190d5371ed9632ee791689bc2d92cd.tar.xz
forgejo-80a1461e7d190d5371ed9632ee791689bc2d92cd.zip
fix(release-notes-assistant): upgrade to always insert a newline
* if <!-- is inserted just after a <!-- --> it will not render well, it needs to be separated by a newline * do not use ? in sed -E, it is not the same as with JavaScript
Diffstat (limited to '.release-notes-assistant.yaml')
-rw-r--r--.release-notes-assistant.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.release-notes-assistant.yaml b/.release-notes-assistant.yaml
index 97b12a9430..bd16aa0010 100644
--- a/.release-notes-assistant.yaml
+++ b/.release-notes-assistant.yaml
@@ -7,7 +7,7 @@ branch-from-version: 'v%[1]d.%[2]d/forgejo'
tag-from-version: 'v%[1]d.%[2]d.%[3]d'
branch-known:
- 'v7.0/forgejo'
-cleanup-line: 'sed -Ee "s/^(feat|fix).*?:\s*//g" -e "s;\[(UI|BUG|FEAT|v.*?/forgejo)\]\s*;;g"'
+cleanup-line: 'sed -Ee "s/^(feat|fix):\s*//g" -e "s;\[(UI|BUG|FEAT|v.*?/forgejo)\]\s*;;g"'
render-header: |
## Draft release notes