Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 13 additions & 1 deletion .github/release-drafter.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,16 @@
categories:
- title: "⭐ Improvements"
labels:
- "enhancement"
- title: "🐞 Bug Fixes"
labels:
- "bug"
- title: "🔨 Dependency Upgrades"
labels:
- "dependencies"
- "gradle-wrapper"

template: |
## Whats Changed
## What's Changed

$CHANGES
3 changes: 0 additions & 3 deletions .github/workflows/releasedraft.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,6 @@ on:
branches:
- master
# pull_request event is required only for autolabeler
pull_request:
# Only following types are handled by the action, but one can default to all as well
types: [ opened, reopened, synchronize ]

jobs:
update_release_draft:
Expand Down