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

Commit

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

change-template: '- $BODY (@$AUTHOR - #$NUMBER)'
change-title-escapes: '\<*_&' # You can add # and @ to disable mentions, and add ` to disable code blocks.
include-labels:
- 'feature'
- 'improvement'
- 'bug'
template: |
This release requires SkyHanni version 0.27.Beta.12
## Changes
$CHANGES
autolabeler:
- label: 'bug'
title:
- '/fix/i'
- label: 'backend'
title:
- '/backend/i'
- label: 'documentation'
title:
- '/docs/i'
- label: 'improvement'
title:
- '/improvement/i'

0 comments on commit 3020618

Please sign in to comment.