mirror of
https://github.com/wailsapp/wails.git
synced 2026-03-14 14:45:49 +01:00
Fix UNRELEASED_CHANGELOG.md path in release script
The file is located at v3/UNRELEASED_CHANGELOG.md, not at the repository root
This commit is contained in:
parent
6dc51420ac
commit
67058c0923
1 changed files with 1 additions and 1 deletions
|
|
@ -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