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

31 lines
587 B
YAML
Raw Normal View History

2023-09-05 15:38:49 +00:00
categories:
- title: '🚀 Features'
labels:
- 'feature'
- 'enhancement'
- 'release'
- title: '🐛 Bug Fixes'
labels:
- 'bug'
- title: '🧰 Maintenance'
label: 'chore'
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: patch
exclude-labels:
- 'skip-changelog'
template: |
## Changes
$CHANGES