Skip to content

Commit

Permalink
docs: simplify release drafter template
Browse files Browse the repository at this point in the history
Closes #55
  • Loading branch information
redeboer committed Apr 9, 2022
1 parent 07def0b commit b6e82c8
Showing 1 changed file with 3 additions and 9 deletions.
12 changes: 3 additions & 9 deletions .github/release-drafter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,17 +19,11 @@ categories:
- title: 🖱️ Developer Experience
label: 🖱️ DX

change-template: |
<details>
<summary>$TITLE (#$NUMBER)</summary>
$BODY
</details>
change-template: "* $TITLE (#$NUMBER)"

replacers:
- search: /<summary>([a-z]+!?:\s*)(.*)</summary>/g
replace: <summary>$2</summary>
- search: /([a-z]+!?:\s*)(.*)/g
replace: $2

sort-direction: ascending

Expand Down

0 comments on commit b6e82c8

Please sign in to comment.