Auto-fill link to changelog in release script

This commit is contained in:
Gregory Schier
2024-02-25 18:42:04 -08:00
parent 50ad4efad7
commit 97a2f00d59

View File

@@ -66,7 +66,7 @@ jobs:
with:
tagName: 'v__VERSION__'
releaseName: 'Release __VERSION__'
releaseBody: '<!-- Release Notes -->'
releaseBody: 'https://yaak.app/changelog/__VERSION__'
releaseDraft: true
prerelease: false
args: '--target ${{ matrix.target }}'