mirror of
https://github.com/LibreSign/libresign.git
synced 2025-12-17 21:12:16 +01:00
Merge pull request #5666 from LibreSign/fix/remove-duplicated-header
fix: remove duplicated #
This commit is contained in:
commit
4554fc469e
1 changed files with 9 additions and 9 deletions
18
.github/release-drafter.yml
vendored
18
.github/release-drafter.yml
vendored
|
|
@ -5,46 +5,46 @@ name-template: 'v$RESOLVED_VERSION'
|
|||
tag-template: 'v$RESOLVED_VERSION'
|
||||
|
||||
categories:
|
||||
- title: '### Added'
|
||||
- title: 'Added'
|
||||
labels:
|
||||
- 'feature'
|
||||
- 'feat'
|
||||
- 'enhancement'
|
||||
|
||||
- title: '### Changed'
|
||||
- title: 'Changed'
|
||||
labels:
|
||||
- 'chore'
|
||||
- 'refactor'
|
||||
- 'improvement'
|
||||
|
||||
- title: '### Fixed'
|
||||
- title: 'Fixed'
|
||||
labels:
|
||||
- 'fix'
|
||||
- 'bugfix'
|
||||
- 'bug'
|
||||
|
||||
- title: '### Removed'
|
||||
- title: 'Removed'
|
||||
labels:
|
||||
- 'removed'
|
||||
- 'deprecated'
|
||||
|
||||
- title: '### Security'
|
||||
- title: 'Security'
|
||||
labels:
|
||||
- 'security'
|
||||
|
||||
- title: '### Tests'
|
||||
- title: 'Tests'
|
||||
labels:
|
||||
- 'test'
|
||||
|
||||
- title: '### Dependencies'
|
||||
- title: 'Dependencies'
|
||||
labels:
|
||||
- 'dependencies'
|
||||
|
||||
- title: '### Documentation'
|
||||
- title: 'Documentation'
|
||||
labels:
|
||||
- 'docs'
|
||||
|
||||
- title: '### Other'
|
||||
- title: 'Other'
|
||||
labels: []
|
||||
|
||||
change-template: '- $TITLE [#$NUMBER]($URL)'
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue