Skip to content
This repository has been archived by the owner on Oct 11, 2021. It is now read-only.

Commit

Permalink
ci: add PR message to release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
redeboer committed Mar 27, 2021
1 parent 4620792 commit 4b01c46
Show file tree
Hide file tree
Showing 6 changed files with 15 additions and 371 deletions.
20 changes: 15 additions & 5 deletions .github/release-drafter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,23 @@ categories:
- title: 🖱️ Developer Experience
label: 🖱️ DX

change-template: "- $TITLE (#$NUMBER)"
change-template: |
<details>
<summary>$TITLE (#$NUMBER)</summary>
$BODY
</details>
replacers:
- search: "/<summary>([a-z]+:\\s*)(.*)<\/summary>/g"
replace: <summary>\u$2</summary>

sort-direction: ascending

template: |
# Release $NEXT_PATCH_VERSION
$CHANGES
## Contributors since [$PREVIOUS_TAG](https://github.com/ComPWA/expertsystem/releases/tag/$PREVIOUS_TAG)
See all documentation for this version [here](https://expertsystem.rtfd.io/en/$NEXT_PATCH_VERSION)
$CONTRIBUTORS
$CHANGES
45 changes: 0 additions & 45 deletions .github/workflows/cd.yml

This file was deleted.

119 changes: 0 additions & 119 deletions .github/workflows/ci.yml

This file was deleted.

30 changes: 0 additions & 30 deletions .github/workflows/linkcheck.yml

This file was deleted.

89 changes: 0 additions & 89 deletions .github/workflows/requirements-cron.yml

This file was deleted.

83 changes: 0 additions & 83 deletions .github/workflows/requirements-pr.yml

This file was deleted.

0 comments on commit 4b01c46

Please sign in to comment.