linutil/.github/release-drafter.yml

56 lines
1005 B
YAML
Raw Normal View History

2024-09-10 22:49:16 +01:00
tag-prefix: ""
2024-08-29 05:52:38 +01:00
categories:
- title: '🚀 Features'
labels:
- 'feature'
- 'enhancement'
- title: '🐛 Bug Fixes'
labels:
- 'fix'
- 'bugfix'
- 'bug'
2024-09-10 22:49:16 +01:00
- title: '📚 Documentation'
label: 'documentation'
- title: '🔒 Security'
label: 'security'
2024-08-29 05:52:38 +01:00
change-template: '- $TITLE @$AUTHOR (#$NUMBER)'
template: |
## Changes
$CHANGES
2024-09-10 22:49:16 +01:00
change-title-escapes: '\<*_&"'''
autolabeler:
- label: 'documentation'
files:
- '*.md'
branch:
- '/docs{0,1}\/.+/'
- label: 'bug'
branch:
- '/fix\/.+/'
title:
- '/fix/i'
- label: 'enhancement'
branch:
- '/feature\/.+/'
body:
- '/[A-Z]+-[0-9]+/'
- label: 'documentation'
files:
- '**/*.md'
- 'docs/**/*'
- label: 'security'
branch:
- '/security\/.+/'
replacers:
- search: /"/g
replace: ''
- search: /'/g
replace: ''
- search: /`/g
replace: ''
exclude-labels:
2024-09-16 21:59:52 +01:00
- 'skip-changelog'
2024-09-20 05:20:07 +01:00
filter-by-commitish: false