Skip to content

Commit 2f6ad98

Browse files
committed
Add collapse-after option to release drafter
1 parent 20f852e commit 2f6ad98

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.github/release-drafter.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ categories:
2727
labels:
2828
- "documentation"
2929
- title: "⬆️ Dependency updates"
30+
collapse-after: 10
3031
labels:
3132
- "dependencies"
3233

@@ -52,6 +53,8 @@ version-resolver:
5253
default: patch
5354

5455
template: |
55-
## Whats changed
56+
## What's changed
5657
57-
$CHANGES
58+
$CHANGES
59+
60+
**Full Changelog**: https://github.com/$OWNER/$REPOSITORY/compare/$PREVIOUS_TAG...v$RESOLVED_VERSION

0 commit comments

Comments
 (0)