fix: restore release version source (dedicated version.json)

version.json is the dedicated version file (seed 1.9.0). Fixes the skip-version-file regression that failed the post-decommission release. -> v1.9.1.
This commit is contained in:
Anton Babenko
2026-05-17 10:08:25 +02:00
committed by GitHub
parent 778dfcb7aa
commit 77db3a3800
2 changed files with 7 additions and 2 deletions
+4 -2
View File
@@ -42,8 +42,10 @@ jobs:
preset: 'angular'
tag-prefix: 'v'
output-file: 'CHANGELOG.md'
version-file: './version.json'
version-path: 'version'
skip-on-empty: 'false'
skip-version-file: 'true'
skip-version-file: 'false'
skip-commit: 'false'
# 2b. Sync plugin version, SKILL.md version, and git ref
@@ -103,7 +105,7 @@ jobs:
# Commit the sync
git config user.name "github-actions[bot]"
git config user.email "github-actions[bot]@users.noreply.github.com"
git add skills/terraform-skill/SKILL.md
git add version.json skills/terraform-skill/SKILL.md
git commit --amend --no-edit
git push --force-with-lease
+3
View File
@@ -0,0 +1,3 @@
{
"version": "1.9.0"
}