mirror of
https://github.com/netz39/www.netz39.de.git
synced 2025-01-19 12:20:12 +01:00
19 lines
353 B
YAML
19 lines
353 B
YAML
name-template: 'v$NEXT_PATCH_VERSION'
|
||
tag-template: 'v$NEXT_PATCH_VERSION'
|
||
categories:
|
||
- title: '🚀 Features'
|
||
labels:
|
||
- 'feature'
|
||
- 'enhancement'
|
||
- title: '🐛 Bug Fixes'
|
||
labels:
|
||
- 'fix'
|
||
- 'bug'
|
||
- title: '🧰 Maintenance'
|
||
labels:
|
||
- 'devops'
|
||
- 'custom'
|
||
template: |
|
||
## What’s new:
|
||
|
||
$CHANGES
|