Skip to content

Commit

Permalink
Create release-drafter.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Andre601 authored May 23, 2021
1 parent c6da570 commit d36111d
Showing 1 changed file with 36 additions and 0 deletions.
36 changes: 36 additions & 0 deletions .github/release-drafter.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
name-template: "Icons Update v$RESOLVED_VERSION"
tag-template: "v$RESOLVED_VERSION"
commitish: main
publish: false
exclude-labels:
- "Target: GitHub Action"
- "Action: No Changelog"

category-template: "### $TITLE"
categories:
- title: "➕ New Icons"
labels:
- "Type: New Icon"
- title: "✏️ Changed Icons"
labels:
- "Type: Changed Icon"
- title: "➖ Removed Icons"
labels:
- "Type: Removed Icon"

change-template: "- #$NUMBER: $TITLE by `$AUTHOR`"
version-resolver:
major:
labels:
- "Version: Major"
minor:
labels:
- "Version: Minor"
patch:
labels:
- "Version: Patch"
default: patch

template: |
## Icons Update
$CHANGES

0 comments on commit d36111d

Please sign in to comment.