Skip to content

Commit

Permalink
chore: add release-drafter template
Browse files Browse the repository at this point in the history
  • Loading branch information
c0un7-z3r0 committed Jan 26, 2022
1 parent c31c43c commit b4a0d63
Showing 1 changed file with 51 additions and 0 deletions.
51 changes: 51 additions & 0 deletions .github/release-drafter.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,51 @@
name-template: '$RESOLVED_VERSION'
tag-template: '$RESOLVED_VERSION'
change-template: '- #$NUMBER $TITLE @$AUTHOR'
sort-direction: ascending
categories:
- title: ':boom: Breaking changes'
label: 'Breaking Change'

- title: ':sparkles: New features'
label: 'pr: new-feature'

- title: ':zap: Enhancements'
label: 'pr: enhancement'

- title: ':recycle: Refactor'
label: 'pr: refactor'

- title: ':bug: Bug Fixes'
label: 'pr: bugfix'

- title: ':arrow_up: Dependency Updates'
labels:
- 'pr: dependency-update'
- 'dependencies'

include-labels:
- 'Breaking Change'
- 'pr: enhancement'
- 'pr: dependency-update'
- 'pr: new-feature'
- 'pr: bugfix'
- 'pr: refactor'

version-resolver:
minor:
labels:
- 'Breaking Change'
- 'pr: enhancement'
- 'pr: dependency-update'
- 'pr: new-feature'
patch:
labels:
- 'pr: bugfix'
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)
$CHANGES
## Links
- [How to submit bugs/feature requests](https://github.com/c0un7-z3r0/hass-phoniebox/issues)

0 comments on commit b4a0d63

Please sign in to comment.