Skip to content

Commit

Permalink
feat: add draft workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
NotPeopling2day committed Dec 19, 2023
1 parent 5805ade commit 5eb271d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/release-drafter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ version-resolver:

template: |
## Changes
$CHANGES
Special thanks to: $CONTRIBUTORS
3 changes: 2 additions & 1 deletion .github/workflows/draft.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@ on:
jobs:
update-draft:
runs-on: ubuntu-latest
steps:
permissions:
contents: write
# Drafts your next Release notes as Pull Requests are merged into "main"
- uses: release-drafter/release-drafter@v5
with:
Expand Down

0 comments on commit 5eb271d

Please sign in to comment.