Skip to content

Commit

Permalink
add release drafter
Browse files Browse the repository at this point in the history
  • Loading branch information
maxhoesel committed Feb 12, 2024
1 parent 4c099a6 commit f9955c2
Show file tree
Hide file tree
Showing 3 changed files with 47 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
* @maxhoesel
1 change: 1 addition & 0 deletions .github/FUNDING.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
ko_fi: maxhoesel
45 changes: 45 additions & 0 deletions .github/release-drafter.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,45 @@
---
name-template: "v$RESOLVED_VERSION"
tag-template: "v$RESOLVED_VERSION"
categories:
- title: "Major Changes"
labels:
- "pr-major"
- title: "Features and Minor Changes"
labels:
- "pr-minor"
- title: "Bug Fixes and Patches"
labels:
- "pr-patch"
- title: "Other"
labels:
- "docs"

include-labels:
- pr-major
- pr-minor
- pr-patch
- docs
exclude-contributors:
- github-actions
- github-actions[bot]

change-template: "- $TITLE @$AUTHOR (#$NUMBER)"
change-title-escapes: '\<*_&'

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

template: |
# Changes
$CHANGES

0 comments on commit f9955c2

Please sign in to comment.