Skip to content

Commit

Permalink
Post-release notes drafter update (#122)
Browse files Browse the repository at this point in the history
  • Loading branch information
maxrjones committed Nov 3, 2022
1 parent b659cc2 commit f04ad18
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions .github/release-drafter.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,12 @@
name-template: "$RESOLVED_VERSION"
tag-template: "$RESOLVED_VERSION"
name-template: "v$RESOLVED_VERSION"
tag-template: "v$RESOLVED_VERSION"
categories:
- title: "Features"
labels:
- "feature"
label: "feature"
- title: "Enhancement"
label: "enhancement"
- title: "Bug Fixes"
labels:
- "bug"
label: "bug"
- title: "Documentation"
label: "documentation"
- title: "Maintenance"
Expand All @@ -27,6 +25,6 @@ version-resolver:
exclude-labels:
- "skip-changelog"
template: |
## Changes
## Release v$RESOLVED_VERSION (20YY/MM/DD)
$CHANGES

0 comments on commit f04ad18

Please sign in to comment.