Skip to content

Commit

Permalink
Update release drafter config
Browse files Browse the repository at this point in the history
  • Loading branch information
ssbarnea committed Jun 25, 2021
1 parent cf3ccc7 commit fc4152c
Showing 1 changed file with 32 additions and 8 deletions.
40 changes: 32 additions & 8 deletions .github/release-drafter.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
# Format and labels used aim to match those used by Ansible project
name-template: 'v$RESOLVED_VERSION'
tag-template: 'v$RESOLVED_VERSION'
categories:
- title: 'Major Changes'
labels:
Expand All @@ -7,21 +9,43 @@ categories:
labels:
- 'feature' # 006b75
- 'enhancement' # ededed
- 'performance' # 555555
- 'refactoring'
- title: 'Bugfixes'
labels:
- 'fix'
- 'bugfix'
- 'bug' # fbca04
- 'docs' # 4071a5
- 'packaging' # 4071a5
- 'test' # #0e8a16
- title: 'Deprecations'
labels:
- 'deprecated' # fef2c0
exclude-labels:
- 'skip-changelog'
version-resolver:
major:
labels:
- 'major'
minor:
labels:
- 'minor'
- 'feature'
- 'enhancement'
- 'refactoring'
patch:
labels:
- 'patch'
- 'bug'
- 'deprecated'
default: patch
autolabeler:
- label: 'skip-changelog'
title: '/chore/i'
- label: 'bug'
title: '/fix/i'
- label: 'enhancement'
title: '/(enhance|improve)/i'
- label: 'feature'
title: '/feature/i'
- label: 'dreprecated'
title: '/deprecat/i'
template: |
## Changes
$CHANGES
Kudos goes to: $CONTRIBUTORS

0 comments on commit fc4152c

Please sign in to comment.