mirror of
https://github.com/wailsapp/wails.git
synced 2026-03-14 14:45:49 +01:00
Update release workflow
This commit is contained in:
parent
7bd1b4911c
commit
6dc51420ac
3 changed files with 4 additions and 2 deletions
1
.github/workflows/nightly-release-v3.yml
vendored
1
.github/workflows/nightly-release-v3.yml
vendored
|
|
@ -521,6 +521,7 @@ jobs:
|
|||
if gh release create "${{ steps.release.outputs.tag }}" \
|
||||
--title "${{ steps.release.outputs.title }}" \
|
||||
--notes-file release_notes.md \
|
||||
--target v3-alpha \
|
||||
--prerelease; then
|
||||
echo "✅ Successfully created GitHub release"
|
||||
echo "outcome=success" >> $GITHUB_OUTPUT
|
||||
|
|
|
|||
|
|
@ -17,7 +17,8 @@ After processing, the content will be moved to the main changelog and this file
|
|||
|
||||
## Added
|
||||
<!-- New features, capabilities, or enhancements -->
|
||||
|
||||
- Add Windows `getAccentColor` implementation by [@almas-x](https://github.com/almas-x) in [PR](https://github.com/wailsapp/wails/pull/4427)
|
||||
-
|
||||
## Changed
|
||||
<!-- Changes in existing functionality -->
|
||||
|
||||
|
|
|
|||
|
|
@ -10,7 +10,7 @@ import (
|
|||
|
||||
const (
|
||||
versionFile = "../../internal/version/version.txt"
|
||||
unreleasedChangelogFile = "../../UNRELEASED_CHANGELOG.md"
|
||||
unreleasedChangelogFile = "../../../UNRELEASED_CHANGELOG.md"
|
||||
changelogFile = "../../../docs/src/content/docs/changelog.mdx"
|
||||
)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue