Skip to content

Commit

Permalink
ci: fix release-drafter
Browse files Browse the repository at this point in the history
  • Loading branch information
c0un7-z3r0 committed Jan 26, 2022
1 parent 94ba069 commit 2dbe91b
Showing 1 changed file with 12 additions and 11 deletions.
23 changes: 12 additions & 11 deletions .github/release-drafter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,27 +56,28 @@ autolabeler:


include-labels:
- 'Breaking Change'
- 'pr: enhancement'
- 'pr: dependency-update'
- 'pr: new-feature'
- 'pr: bugfix'
- 'pr: breaking'
- 'pr: fix'
- 'pr: feat'
- 'pr: perf'
- 'pr: refactor'

version-resolver:
major:
labels:
- 'pr: breaking'
minor:
labels:
- 'Breaking Change'
- 'pr: enhancement'
- 'pr: dependency-update'
- 'pr: new-feature'
- 'pr: feat'
- 'pr: perf'
- 'pr: refactor'
patch:
labels:
- 'pr: bugfix'
- 'pr: fix'
default: minor

template: |
[![Downloads for this release](https://img.shields.io/github/downloads/hacs/integration/$RESOLVED_VERSION/total.svg)](https://github.com/c0un7-z3r0/hass-phoniebox/releases/$RESOLVED_VERSION)
[![Downloads for this release](https://img.shields.io/github/downloads/c0un7-z3r0/hass-phoniebox/v$RESOLVED_VERSION/total.svg)](https://github.com/c0un7-z3r0/hass-phoniebox/releases/v$RESOLVED_VERSION)
$CHANGES
## Links
Expand Down

0 comments on commit 2dbe91b

Please sign in to comment.