Skip to content

Commit

Permalink
chore: fix action
Browse files Browse the repository at this point in the history
  • Loading branch information
UnluckyNinja committed Nov 24, 2024
1 parent b7e0074 commit d57aa27
Showing 1 changed file with 47 additions and 0 deletions.
47 changes: 47 additions & 0 deletions .github/release-drafter.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,47 @@
# Credits: https://blog.jromanmartin.io/2023/06/12/Improving-a-gh-repository.html
# This release drafter follows the conventions from https://keepachangelog.com

name-template: '$RESOLVED_VERSION'
tag-template: '$RESOLVED_VERSION'
template: |
## What Changed πŸ‘€
$CHANGES
**Full Changelog**: https://github.com/$OWNER/$REPOSITORY/compare/$PREVIOUS_TAG...$RESOLVED_VERSION
categories:
- title: πŸš€ Features
labels:
- feature
- enhancement
- title: πŸ› Bug Fixes
labels:
- fix
- bug
- title: ⚠️ Changes
labels:
- changed
- title: ⛔️ Deprecated
labels:
- deprecated
- title: πŸ—‘ Removed
labels:
- removed
- title: πŸ” Security
labels:
- security
- title: πŸ“„ Documentation
labels:
- docs
- documentation
- title: 🧩 Dependency Updates
labels:
- deps
- dependencies
collapse-after: 5

change-template: '* $TITLE (#$NUMBER)'
change-title-escapes: '\<*_&' # You can add # and @ to disable mentions, and add ` to disable code blocks.

exclude-labels:
- skip-changelog

0 comments on commit d57aa27

Please sign in to comment.