Skip to content

Commit

Permalink
Create release-drafter.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
twsl authored Dec 2, 2024
1 parent ab9d5a1 commit c93e3b1
Showing 1 changed file with 60 additions and 0 deletions.
60 changes: 60 additions & 0 deletions .github/release-drafter.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,60 @@
---
# Release drafter configuration https://github.com/release-drafter/release-drafter#configuration
# Emojis were chosen to match the https://gitmoji.carloscuesta.me/

name-template: v$RESOLVED_VERSION
tag-template: v$RESOLVED_VERSION

change-template: "- $TITLE @$AUTHOR (#$NUMBER)"
change-title-escapes: '\<*_&' # You can add # and @ to disable mentions

categories:
- title: ":rocket: Features"
labels:
- feature
- enhancement
- title: ":wrench: Fixes & Refactoring"
labels:
- bug
- bugfix
- fix
- refactoring
- title: ":package: Build System & CI/CD"
labels:
- build
- ci
- testing
- title: ":boom: Breaking Changes"
labels:
- breaking
- title: ":pencil: Documentation"
labels:
- documentation
- docs
- title: ":broom: Maintenance"
labels:
- maintenance
- refactoring
- cosmetic
- chore
- title: ":arrow_up: Dependencies updates"
labels:
- dependencies

version-resolver:
major:
labels:
- major
minor:
labels:
- minor
patch:
labels:
- patch
default: patch

template: |
## What's Changed
$CHANGES
## :busts_in_silhouette: List of contributors
$CONTRIBUTORS

0 comments on commit c93e3b1

Please sign in to comment.