mirror of
https://github.com/Fishwaldo/go-dcdc200.git
synced 2025-03-15 19:41:23 +00:00
40 lines
779 B
YAML
40 lines
779 B
YAML
|
name-template: 'v$RESOLVED_VERSION'
|
||
|
tag-template: 'v$RESOLVED_VERSION'
|
||
|
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: 'Maintenance'
|
||
|
label: 'type: chore'
|
||
|
- title: 'Documentation'
|
||
|
label: 'type: docs'
|
||
|
- title: 'Dependency Updates'
|
||
|
label: 'type: dependencies'
|
||
|
|
||
|
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'
|