From 79d905c506fa2004d9df7ded56a5dc05b924cb4f Mon Sep 17 00:00:00 2001 From: "hve-core-release-please[bot]" <254602402+hve-core-release-please[bot]@users.noreply.github.com> Date: Sat, 14 Feb 2026 00:36:03 +0000 Subject: [PATCH] chore(main): release hve-core 2.3.8 --- .github/plugin/marketplace.json | 22 +++++++++---------- .release-please-manifest.json | 2 +- CHANGELOG.md | 7 ++++++ extension/templates/package.template.json | 2 +- package-lock.json | 4 ++-- package.json | 2 +- plugins/ado/.github/plugin/plugin.json | 2 +- .../.github/plugin/plugin.json | 2 +- .../data-science/.github/plugin/plugin.json | 2 +- plugins/git/.github/plugin/plugin.json | 2 +- plugins/github/.github/plugin/plugin.json | 2 +- .../hve-core-all/.github/plugin/plugin.json | 2 +- .../.github/plugin/plugin.json | 2 +- .../.github/plugin/plugin.json | 2 +- plugins/rpi/.github/plugin/plugin.json | 2 +- .../.github/plugin/plugin.json | 2 +- 16 files changed, 33 insertions(+), 26 deletions(-) diff --git a/.github/plugin/marketplace.json b/.github/plugin/marketplace.json index bab7c35d..0ba741bc 100644 --- a/.github/plugin/marketplace.json +++ b/.github/plugin/marketplace.json @@ -2,7 +2,7 @@ "name": "hve-core", "metadata": { "description": "HVE Core", - "version": "2.3.7", + "version": "2.3.8", "pluginRoot": "./plugins" }, "owner": { @@ -13,61 +13,61 @@ "name": "ado", "source": "./plugins/ado", "description": "Azure DevOps work item management, build monitoring, and pull request creation", - "version": "2.3.7" + "version": "2.3.8" }, { "name": "coding-standards", "source": "./plugins/coding-standards", "description": "Language-specific coding instructions for bash, Bicep, C#, Python, and Terraform projects", - "version": "2.3.7" + "version": "2.3.8" }, { "name": "data-science", "source": "./plugins/data-science", "description": "Data specification generation, Jupyter notebooks, and Streamlit dashboards", - "version": "2.3.7" + "version": "2.3.8" }, { "name": "git", "source": "./plugins/git", "description": "Git commit messages, merges, setup, and pull request prompts", - "version": "2.3.7" + "version": "2.3.8" }, { "name": "github", "source": "./plugins/github", "description": "GitHub issue discovery, triage, sprint planning, and backlog execution agents and prompts", - "version": "2.3.7" + "version": "2.3.8" }, { "name": "hve-core-all", "source": "./plugins/hve-core-all", "description": "Full bundle of all stable HVE Core agents, prompts, instructions, and skills", - "version": "2.3.7" + "version": "2.3.8" }, { "name": "project-planning", "source": "./plugins/project-planning", "description": "PRDs, BRDs, ADRs, architecture diagrams, and documentation operations", - "version": "2.3.7" + "version": "2.3.8" }, { "name": "prompt-engineering", "source": "./plugins/prompt-engineering", "description": "Tools for analyzing, building, and refactoring prompts, agents, and instructions", - "version": "2.3.7" + "version": "2.3.8" }, { "name": "rpi", "source": "./plugins/rpi", "description": "Research, Plan, Implement, Review workflow agents and prompts for task-driven development", - "version": "2.3.7" + "version": "2.3.8" }, { "name": "security-planning", "source": "./plugins/security-planning", "description": "Security plan creation, incident response, and risk assessment", - "version": "2.3.7" + "version": "2.3.8" } ] } \ No newline at end of file diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 5f34bb6c..75e53fa4 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "2.3.7" + ".": "2.3.8" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 0cf226c8..2c631f6e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,6 +12,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 > **Note:** This file is automatically maintained by [release-please](https://github.com/googleapis/release-please). Do not edit manually. +## [2.3.8](https://github.com/microsoft/hve-core/compare/hve-core-v2.3.7...hve-core-v2.3.8) (2026-02-14) + + +### 🐛 Bug Fixes + +* **workflows:** use draft-first release flow to avoid immutability errors ([#554](https://github.com/microsoft/hve-core/issues/554)) ([c8eee58](https://github.com/microsoft/hve-core/commit/c8eee58ce370c1a6bcf8d25fd55f7d2430eaa8de)) + ## [2.3.7](https://github.com/microsoft/hve-core/compare/hve-core-v2.3.6...hve-core-v2.3.7) (2026-02-13) diff --git a/extension/templates/package.template.json b/extension/templates/package.template.json index 737b7973..37609152 100644 --- a/extension/templates/package.template.json +++ b/extension/templates/package.template.json @@ -5,7 +5,7 @@ "workspace", "ui" ], - "version": "2.3.7", + "version": "2.3.8", "description": "AI-powered chat agents, prompts, and instructions for hybrid virtual environments", "publisher": "ise-hve-essentials", "repository": { diff --git a/package-lock.json b/package-lock.json index 340884ad..2315d4a0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "hve-core", - "version": "2.3.7", + "version": "2.3.8", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "hve-core", - "version": "2.3.7", + "version": "2.3.8", "license": "MIT", "devDependencies": { "cspell": "9.6.4", diff --git a/package.json b/package.json index 3f66f15a..11d5d962 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "hve-core", - "version": "2.3.7", + "version": "2.3.8", "description": "HVE Core", "private": true, "scripts": { diff --git a/plugins/ado/.github/plugin/plugin.json b/plugins/ado/.github/plugin/plugin.json index b217ac14..2b870eba 100644 --- a/plugins/ado/.github/plugin/plugin.json +++ b/plugins/ado/.github/plugin/plugin.json @@ -1,5 +1,5 @@ { "name": "ado", "description": "Azure DevOps work item management, build monitoring, and pull request creation", - "version": "2.3.7" + "version": "2.3.8" } \ No newline at end of file diff --git a/plugins/coding-standards/.github/plugin/plugin.json b/plugins/coding-standards/.github/plugin/plugin.json index fd01b1c7..433c5188 100644 --- a/plugins/coding-standards/.github/plugin/plugin.json +++ b/plugins/coding-standards/.github/plugin/plugin.json @@ -1,5 +1,5 @@ { "name": "coding-standards", "description": "Language-specific coding instructions for bash, Bicep, C#, Python, and Terraform projects", - "version": "2.3.7" + "version": "2.3.8" } \ No newline at end of file diff --git a/plugins/data-science/.github/plugin/plugin.json b/plugins/data-science/.github/plugin/plugin.json index 578c0869..25c40f1e 100644 --- a/plugins/data-science/.github/plugin/plugin.json +++ b/plugins/data-science/.github/plugin/plugin.json @@ -1,5 +1,5 @@ { "name": "data-science", "description": "Data specification generation, Jupyter notebooks, and Streamlit dashboards", - "version": "2.3.7" + "version": "2.3.8" } \ No newline at end of file diff --git a/plugins/git/.github/plugin/plugin.json b/plugins/git/.github/plugin/plugin.json index 3777757e..4bfa6f87 100644 --- a/plugins/git/.github/plugin/plugin.json +++ b/plugins/git/.github/plugin/plugin.json @@ -1,5 +1,5 @@ { "name": "git", "description": "Git commit messages, merges, setup, and pull request prompts", - "version": "2.3.7" + "version": "2.3.8" } \ No newline at end of file diff --git a/plugins/github/.github/plugin/plugin.json b/plugins/github/.github/plugin/plugin.json index c65d525e..90b6ce28 100644 --- a/plugins/github/.github/plugin/plugin.json +++ b/plugins/github/.github/plugin/plugin.json @@ -1,5 +1,5 @@ { "name": "github", "description": "GitHub issue discovery, triage, sprint planning, and backlog execution agents and prompts", - "version": "2.3.7" + "version": "2.3.8" } \ No newline at end of file diff --git a/plugins/hve-core-all/.github/plugin/plugin.json b/plugins/hve-core-all/.github/plugin/plugin.json index fc1926e8..9b82e6f4 100644 --- a/plugins/hve-core-all/.github/plugin/plugin.json +++ b/plugins/hve-core-all/.github/plugin/plugin.json @@ -1,5 +1,5 @@ { "name": "hve-core-all", "description": "Full bundle of all stable HVE Core agents, prompts, instructions, and skills", - "version": "2.3.7" + "version": "2.3.8" } \ No newline at end of file diff --git a/plugins/project-planning/.github/plugin/plugin.json b/plugins/project-planning/.github/plugin/plugin.json index cbe6e94e..699879b7 100644 --- a/plugins/project-planning/.github/plugin/plugin.json +++ b/plugins/project-planning/.github/plugin/plugin.json @@ -1,5 +1,5 @@ { "name": "project-planning", "description": "PRDs, BRDs, ADRs, architecture diagrams, and documentation operations", - "version": "2.3.7" + "version": "2.3.8" } \ No newline at end of file diff --git a/plugins/prompt-engineering/.github/plugin/plugin.json b/plugins/prompt-engineering/.github/plugin/plugin.json index 07532179..eba0d838 100644 --- a/plugins/prompt-engineering/.github/plugin/plugin.json +++ b/plugins/prompt-engineering/.github/plugin/plugin.json @@ -1,5 +1,5 @@ { "name": "prompt-engineering", "description": "Tools for analyzing, building, and refactoring prompts, agents, and instructions", - "version": "2.3.7" + "version": "2.3.8" } \ No newline at end of file diff --git a/plugins/rpi/.github/plugin/plugin.json b/plugins/rpi/.github/plugin/plugin.json index 99fc4fdf..ae2cd705 100644 --- a/plugins/rpi/.github/plugin/plugin.json +++ b/plugins/rpi/.github/plugin/plugin.json @@ -1,5 +1,5 @@ { "name": "rpi", "description": "Research, Plan, Implement, Review workflow agents and prompts for task-driven development", - "version": "2.3.7" + "version": "2.3.8" } \ No newline at end of file diff --git a/plugins/security-planning/.github/plugin/plugin.json b/plugins/security-planning/.github/plugin/plugin.json index 3a062829..8586aad5 100644 --- a/plugins/security-planning/.github/plugin/plugin.json +++ b/plugins/security-planning/.github/plugin/plugin.json @@ -1,5 +1,5 @@ { "name": "security-planning", "description": "Security plan creation, incident response, and risk assessment", - "version": "2.3.7" + "version": "2.3.8" } \ No newline at end of file