mirror of
https://github.com/antonbabenko/terraform-skill.git
synced 2026-09-18 20:07:05 +08:00
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:
@@ -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
|
||||
|
||||
|
||||
@@ -0,0 +1,3 @@
|
||||
{
|
||||
"version": "1.9.0"
|
||||
}
|
||||
Reference in New Issue
Block a user