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

Commit

Permalink
release drafter config changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Jordyrat committed Oct 3, 2024
1 parent 9bc29e7 commit eb3e7f0
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .github/release-drafter.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
name-template: 'v$NEXT_MINOR_VERSION'
tag-template: '$NEXT_MINOR_VERSION'
categories:
- title: 'New Features'
- title: '### New Features'
label: 'feature'
- title: 'Improvements'
- title: '### Improvements'
label: 'improvement'
- title: 'Bug Fixes'
- title: '### Bug Fixes'
label: 'bug'

change-template: '- $BODY (@$AUTHOR - #$NUMBER)'
Expand All @@ -17,7 +17,6 @@ include-labels:
template: |
This release requires SkyHanni version 0.27.Beta.12
## Changes
$CHANGES
autolabeler:
- label: 'bug'
Expand All @@ -31,4 +30,4 @@ autolabeler:
- '/docs/i'
- label: 'improvement'
title:
- '/improvement/i'
- '/improvement/i'

0 comments on commit eb3e7f0

Please sign in to comment.