mirror of
https://github.com/mountain-loop/yaak.git
synced 2026-04-11 03:26:58 +02:00
Auto-fill link to changelog in release script
This commit is contained in:
2
.github/workflows/artifacts.yml
vendored
2
.github/workflows/artifacts.yml
vendored
@@ -66,7 +66,7 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
tagName: 'v__VERSION__'
|
tagName: 'v__VERSION__'
|
||||||
releaseName: 'Release __VERSION__'
|
releaseName: 'Release __VERSION__'
|
||||||
releaseBody: '<!-- Release Notes -->'
|
releaseBody: 'https://yaak.app/changelog/__VERSION__'
|
||||||
releaseDraft: true
|
releaseDraft: true
|
||||||
prerelease: false
|
prerelease: false
|
||||||
args: '--target ${{ matrix.target }}'
|
args: '--target ${{ matrix.target }}'
|
||||||
|
|||||||
Reference in New Issue
Block a user