Skip to content

Commit

Permalink
Merge pull request #13 from transcental:release-notes
Browse files Browse the repository at this point in the history
Don't create a new release!
  • Loading branch information
transcental authored Nov 19, 2024
2 parents bae56bb + a1a700f commit f54bb7f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/release-drafter.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name-template: "v$NEXT_PATCH_VERSION"
name-template: "Quilter v$NEXT_PATCH_VERSION"
tag-template: "v$NEXT_PATCH_VERSION"
categories:
- title: "🚀 Features"
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@ jobs:
tagName: v__VERSION__ # the action automatically replaces \_\_VERSION\_\_ with the app version.
releaseName: "Quilter v__VERSION__"
releaseBody: ${{ steps.release_drafter.outputs.body }}
releaseId: ${{ steps.release_drafter.outputs.id }}
releaseDraft: false
prerelease: false
args: ${{ matrix.args }}

0 comments on commit f54bb7f

Please sign in to comment.