Skip to content
This repository has been archived by the owner on Oct 8, 2024. It is now read-only.

Commit

Permalink
Create release-drafter.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
bdougie authored Apr 11, 2021
1 parent 6c88162 commit 53c80fb
Showing 1 changed file with 30 additions and 0 deletions.
30 changes: 30 additions & 0 deletions .github/release-drafter.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
name-template: 'v$NEXT_PATCH_VERSION 🌈'
tag-template: 'v$NEXT_PATCH_VERSION'
categories:
- title: 'πŸš€ Features'
labels:
- 'πŸ’‘ feature'
- 'πŸ• enhancement'
- title: 'πŸ› Bug Fixes'
labels:
- 'πŸ› bug'
- title: '🧰 Maintenance'
label: 'chore'
- title: 'πŸ“– Documentation'
label: 'πŸ“ documentation'
change-template: '- $TITLE @$AUTHOR (#$NUMBER)'
version-resolver:
major:
labels:
- 'major'
minor:
labels:
- 'minor'
patch:
labels:
- 'patch'
default: patch
template: |
## Changes
$CHANGES

0 comments on commit 53c80fb

Please sign in to comment.