Skip to content
This repository has been archived by the owner on Jun 6, 2024. It is now read-only.

Commit

Permalink
Adding scripts to draft release notes.
Browse files Browse the repository at this point in the history
  • Loading branch information
jzonthemtn committed Mar 30, 2024
1 parent afe8e20 commit 247f2e2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/draft-release-notes-config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ template: |
$CHANGES
# Setting the formatting and sorting for the release notes body
name-template: Version (set version here)
name-template: Version 0.0.11
change-template: '* $TITLE ([#$NUMBER]($URL))'
sort-by: merged_at
sort-direction: ascending
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/draft-release-notes.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
uses: release-drafter/release-drafter@v5
with:
config-name: draft-release-notes-config.yml
name: Version (set here)
tag: (None)
name: Version 0.0.11
tag: 0.0.11
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 247f2e2

Please sign in to comment.