Skip to content

Commit

Permalink
fix: release drafter (#1013)
Browse files Browse the repository at this point in the history
  • Loading branch information
iammukeshm authored Aug 26, 2024
1 parent 6117980 commit e1da5a3
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/release-drafter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ categories:
- title: 📦 Dependency updates
labels:
- dependencies
- deps
collapse-after: 15
- title: 📝 Documentation updates
labels:
Expand All @@ -40,7 +41,6 @@ exclude-labels:
- skip-changelog
- invalid
template: |
<!-- Optional: add a release summary here -->
$CHANGES
autolabeler:
Expand All @@ -52,8 +52,9 @@ autolabeler:
- label: 'bug'
branch:
- '/fix\/.+/'
title:
- '/fix/i'
- label: 'deps'
branch:
- '/deps\/.+/'
- label: 'enhancement'
branch:
- '/feature\/.+/'
Expand Down

0 comments on commit e1da5a3

Please sign in to comment.