feat: add release drafter file
This commit is contained in:
parent
b006be20cb
commit
7167fa68f4
42
.github/release-drafter.yml
vendored
Normal file
42
.github/release-drafter.yml
vendored
Normal file
@ -0,0 +1,42 @@
|
|||||||
|
name-template: 'v$RESOLVED_VERSION'
|
||||||
|
tag-template: 'v$RESOLVED_VERSION'
|
||||||
|
template: |
|
||||||
|
# What's Changed
|
||||||
|
|
||||||
|
$CHANGES
|
||||||
|
|
||||||
|
**Full Changelog**: https://github.com/$OWNER/$REPOSITORY/compare/$PREVIOUS_TAG...v$RESOLVED_VERSION
|
||||||
|
|
||||||
|
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: 'Other changes'
|
||||||
|
- title: 'Dependency Updates'
|
||||||
|
label: 'type: dependencies'
|
||||||
|
collapse-after: 5
|
||||||
|
|
||||||
|
version-resolver:
|
||||||
|
major:
|
||||||
|
labels:
|
||||||
|
- 'type: breaking'
|
||||||
|
minor:
|
||||||
|
labels:
|
||||||
|
- 'type: feature'
|
||||||
|
patch:
|
||||||
|
labels:
|
||||||
|
- 'type: bug'
|
||||||
|
- 'type: maintenance'
|
||||||
|
- 'type: docs'
|
||||||
|
- 'type: dependencies'
|
||||||
|
- 'type: security'
|
||||||
|
|
||||||
|
exclude-labels:
|
||||||
|
- 'skip-changelog'
|
Reference in New Issue
Block a user