Fix release script

This commit is contained in:
Moritz Halbritter
2024-10-24 09:57:37 +02:00
parent 83a3212e98
commit 9858b4b367
4 changed files with 32 additions and 5 deletions

View File

@@ -0,0 +1,23 @@
changelog:
sections:
- title: ":star: New Features"
labels:
- "type: enhancement"
- title: ":lady_beetle: Bug Fixes"
labels:
- "type: bug"
- "type: regression"
- title: ":notebook_with_decorative_cover: Documentation"
labels:
- "type: documentation"
- title: ":hammer: Dependency Upgrades"
sort: "title"
labels:
- "type: dependency-upgrade"
issues:
generate_links: true
ports:
- label: "status: forward-port"
bodyExpression: 'Forward port of issue #(\d+).*'
- label: "status: back-port"
bodyExpression: 'Back port of issue #(\d+).*'