mirror of
https://github.com/kdheepak/taskwarrior-tui.git
synced 2025-08-26 21:27:19 +02:00
Add release-drafter.yml
This commit is contained in:
parent
b20e4163e5
commit
ca50831f72
1 changed files with 31 additions and 0 deletions
31
.github/release-drafter.yml
vendored
Normal file
31
.github/release-drafter.yml
vendored
Normal file
|
@ -0,0 +1,31 @@
|
|||
template: |
|
||||
# What's Changed
|
||||
|
||||
$CHANGES
|
||||
|
||||
categories:
|
||||
- title: 'Breaking'
|
||||
label: 'type: breaking'
|
||||
- title: 'New'
|
||||
label: 'type: feature'
|
||||
- title: 'Bug Fixes'
|
||||
label: 'type: bug'
|
||||
- title: 'Maintenance'
|
||||
label: 'type: maintenance'
|
||||
- title: 'Documentation'
|
||||
label: 'type: docs'
|
||||
- title: 'Dependency Updates'
|
||||
label: 'type: dependencies'
|
||||
|
||||
version-resolver:
|
||||
minor:
|
||||
labels:
|
||||
- 'type: breaking'
|
||||
patch:
|
||||
labels:
|
||||
- 'type: feature'
|
||||
- 'type: bug'
|
||||
- 'type: maintenance'
|
||||
- 'type: docs'
|
||||
- 'type: dependencies'
|
||||
- 'type: security'
|
Loading…
Add table
Add a link
Reference in a new issue