Skip to content

Commit

Permalink
Improve the look of releases by nesting commits
Browse files Browse the repository at this point in the history
  • Loading branch information
Jason3S committed Sep 29, 2021
1 parent 581eeb0 commit 16f6a8f
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions .github/release-drafter.yml
Expand Up @@ -27,9 +27,15 @@ categories:
- $TITLE (#$NUMBER)
change-template: |
**➤** $TITLE (#$NUMBER)
<details>
<summary>$TITLE (#$NUMBER)</summary>
### $TITLE (#$NUMBER)
$BODY
---
</details>
change-title-escapes: '\<*_&' # You can add # and @ to disable mentions, and add ` to disable code blocks.
version-resolver:
Expand Down

0 comments on commit 16f6a8f

Please sign in to comment.