opentelemetry-erlang-contrib/.github/release-drafter.yml

35 lines
703 B
YAML

categories:
- title: '❗️ Breaking Changes'
labels:
- 'breaking-change'
- title: '🚀 Features'
labels:
- 'feature'
- 'enhancement'
- 'release'
- title: '🐛 Bug Fixes'
labels:
- 'bug'
- title: '🧰 Maintenance'
label: 'chore'
category-template: '### $TITLE'
change-template: '- $TITLE @$AUTHOR (#$NUMBER)'
change-title-escapes: '\<*_&' # You can add # and @ to disable mentions, and add ` to disable code blocks.
version-resolver:
major:
labels:
- 'major'
minor:
labels:
- 'minor'
patch:
labels:
- 'patch'
default: minor
exclude-labels:
- 'skip-changelog'
template: |
## What's Changed
$CHANGES