Skip to content

Commit

Permalink
test..
Browse files Browse the repository at this point in the history
  • Loading branch information
3hx committed Oct 31, 2023
1 parent f9a9092 commit 64cf79d
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 1 deletion.
22 changes: 22 additions & 0 deletions .github/release-drafter.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
name-template: "v$NEXT_PATCH_VERSION 🌈"
tag-template: "v$NEXT_PATCH_VERSION"
categories:
- title: "🚀 Features"
label: "feature"
- title: "🐛 Bug Fixes"
label: "bugfix"
change-template: "- $TITLE @$AUTHOR (#$NUMBER)"
version-resolver:
major:
labels:
- "major"
minor:
labels:
- "minor"
patch:
labels:
- "patch"
template: |
## Changes
$CHANGES
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Unlike other utilities that merely hide the taskbar, this package toggles it, en
Here's how other solutions stack up:

- Package A: Only hides the taskbar, causing issues with ...
- Package B: ...
- Package B: ....

## Installation

Expand Down

0 comments on commit 64cf79d

Please sign in to comment.