Skip to content

Commit

Permalink
Add collapse-after feature (#250)
Browse files Browse the repository at this point in the history
  • Loading branch information
klaasnicolaas authored May 3, 2022
1 parent 4e2e809 commit 4b5a712
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
7 changes: 5 additions & 2 deletions .github/release-drafter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ categories:
labels:
- "documentation"
- title: "⬆️ Dependency updates"
collapse-after: 10
labels:
- "dependencies"

Expand All @@ -52,6 +53,8 @@ version-resolver:
default: patch

template: |
## Whats changed
## What's changed
$CHANGES
$CHANGES
**Full Changelog**: https://github.com/$OWNER/$REPOSITORY/compare/$PREVIOUS_TAG...v$RESOLVED_VERSION
2 changes: 1 addition & 1 deletion .github/workflows/release-drafter.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: 🚀 Run Release Drafter
uses: release-drafter/release-drafter@v5.18.1
uses: release-drafter/release-drafter@v5.19
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 4b5a712

Please sign in to comment.