Skip to content

Commit

Permalink
πŸ”§ Add release-drafter config file
Browse files Browse the repository at this point in the history
πŸ”§
  • Loading branch information
Poeschl authored Sep 15, 2024
1 parent edbe27e commit f2259a6
Showing 1 changed file with 53 additions and 0 deletions.
53 changes: 53 additions & 0 deletions release-drafter.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,53 @@
---
name-template: "$RESOLVED_VERSION"
tag-template: "$RESOLVED_VERSION"
change-template: "- $TITLE @$AUTHOR ([#$NUMBER]($URL))"
sort-direction: ascending

categories:
- title: "🚨 Breaking changes"
labels:
- "breaking-change"
- title: "✨ New features"
labels:
- "new-feature"
- title: "πŸ› Bug fixes"
labels:
- "bugfix"
- title: "πŸš€ Enhancements"
labels:
- "enhancement"
- "refactor"
- title: "πŸ”¨ Maintenance"
labels:
- "maintenance"
- title: "πŸ“š Documentation"
labels:
- "documentation"
- title: "⬆️ Dependency updates"
labels:
- "dependencies"

version-resolver:
major:
labels:
- "major"
- "breaking-change"
minor:
labels:
- "minor"
- "new-feature"
patch:
labels:
- "bugfix"
- "dependencies"
- "documentation"
- "enhancement"
- "refactor"
- "maintenance"
default: patch

template: |
## Changes in this version
$CHANGES

0 comments on commit f2259a6

Please sign in to comment.