chore(release): bump build/config.yml alongside wails.json
make release only bumped wails.json, leaving build/config.yml info.version stale (it sat at 1.6.8 while wails.json moved to 1.99.0). Add a companion python one-liner that rewrites only the indented info.version line - the regex cannot match the top-level schema version 3 - and stage both files into the same bump commit. Marked TEMP until wails.json (v2 leftover) is retired. The companion NOTE in build/config.yml is updated to describe the automation and warn off the schema line. Verified with make -n dry-run and a scratch-copy regex proof (schema line byte-identical, single-line diff).
This commit is contained in:
+3
-3
@@ -1,7 +1,7 @@
|
||||
# Wails v3 project configuration.
|
||||
# NOTE: `info.version` is informational only. The release flow (`./release`,
|
||||
# `make release`) bumps `wails.json` -> info.productVersion and does NOT touch
|
||||
# this file, so bump both together when cutting a release.
|
||||
# NOTE: `make release` bumps `info.version` below alongside wails.json.
|
||||
# Never touch the top-level `version: '3'` — that is the config file schema,
|
||||
# not the app version.
|
||||
version: '3'
|
||||
|
||||
info:
|
||||
|
||||
Reference in New Issue
Block a user