From f69a793e643ecd211db0df0d4737e729782908b5 Mon Sep 17 00:00:00 2001 From: "hve-core-release-please[bot]" <254602402+hve-core-release-please[bot]@users.noreply.github.com> Date: Fri, 13 Feb 2026 22:34:49 +0000 Subject: [PATCH] chore(main): release hve-core 2.3.5 --- .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 d4139866..9fed71c7 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.4", + "version": "2.3.5", "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.4" + "version": "2.3.5" }, { "name": "coding-standards", "source": "./plugins/coding-standards", "description": "Language-specific coding instructions for bash, Bicep, C#, Python, and Terraform projects", - "version": "2.3.4" + "version": "2.3.5" }, { "name": "data-science", "source": "./plugins/data-science", "description": "Data specification generation, Jupyter notebooks, and Streamlit dashboards", - "version": "2.3.4" + "version": "2.3.5" }, { "name": "git", "source": "./plugins/git", "description": "Git commit messages, merges, setup, and pull request prompts", - "version": "2.3.4" + "version": "2.3.5" }, { "name": "github", "source": "./plugins/github", "description": "GitHub issue discovery, triage, sprint planning, and backlog execution agents and prompts", - "version": "2.3.4" + "version": "2.3.5" }, { "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.4" + "version": "2.3.5" }, { "name": "project-planning", "source": "./plugins/project-planning", "description": "PRDs, BRDs, ADRs, architecture diagrams, and documentation operations", - "version": "2.3.4" + "version": "2.3.5" }, { "name": "prompt-engineering", "source": "./plugins/prompt-engineering", "description": "Tools for analyzing, building, and refactoring prompts, agents, and instructions", - "version": "2.3.4" + "version": "2.3.5" }, { "name": "rpi", "source": "./plugins/rpi", "description": "Research, Plan, Implement, Review workflow agents and prompts for task-driven development", - "version": "2.3.4" + "version": "2.3.5" }, { "name": "security-planning", "source": "./plugins/security-planning", "description": "Security plan creation, incident response, and risk assessment", - "version": "2.3.4" + "version": "2.3.5" } ] } \ No newline at end of file diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 8d10c8a3..9cbd27f6 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "2.3.4" + ".": "2.3.5" } diff --git a/CHANGELOG.md b/CHANGELOG.md index ca970a1c..f584e17b 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.5](https://github.com/microsoft/hve-core/compare/hve-core-v2.3.4...hve-core-v2.3.5) (2026-02-13) + + +### 🐛 Bug Fixes + +* **workflows:** replace draft release config with post-creation draft conversion ([#545](https://github.com/microsoft/hve-core/issues/545)) ([2311d04](https://github.com/microsoft/hve-core/commit/2311d04297ab1a607d03163e54dd278146254fdf)) + ## [2.3.4](https://github.com/microsoft/hve-core/compare/hve-core-v2.3.3...hve-core-v2.3.4) (2026-02-13) diff --git a/extension/templates/package.template.json b/extension/templates/package.template.json index e7f85779..e94b5d44 100644 --- a/extension/templates/package.template.json +++ b/extension/templates/package.template.json @@ -5,7 +5,7 @@ "workspace", "ui" ], - "version": "2.3.4", + "version": "2.3.5", "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 aa76015d..cf98509c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "hve-core", - "version": "2.3.4", + "version": "2.3.5", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "hve-core", - "version": "2.3.4", + "version": "2.3.5", "license": "MIT", "devDependencies": { "cspell": "9.6.4", diff --git a/package.json b/package.json index a51b806e..9f4e417d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "hve-core", - "version": "2.3.4", + "version": "2.3.5", "description": "HVE Core", "private": true, "scripts": { diff --git a/plugins/ado/.github/plugin/plugin.json b/plugins/ado/.github/plugin/plugin.json index 33ef3bba..efc80c44 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.4" + "version": "2.3.5" } \ 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 52ac7b93..6dcde977 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.4" + "version": "2.3.5" } \ 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 9c5188c2..07005c6e 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.4" + "version": "2.3.5" } \ No newline at end of file diff --git a/plugins/git/.github/plugin/plugin.json b/plugins/git/.github/plugin/plugin.json index 20f083f1..6971fbd9 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.4" + "version": "2.3.5" } \ No newline at end of file diff --git a/plugins/github/.github/plugin/plugin.json b/plugins/github/.github/plugin/plugin.json index 74ac98ca..6769f641 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.4" + "version": "2.3.5" } \ 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 9840d67e..561dd17d 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.4" + "version": "2.3.5" } \ 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 4c57aaf1..cd714a92 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.4" + "version": "2.3.5" } \ 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 720c4721..11b4dc3a 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.4" + "version": "2.3.5" } \ No newline at end of file diff --git a/plugins/rpi/.github/plugin/plugin.json b/plugins/rpi/.github/plugin/plugin.json index 7fd6b925..a26a8e53 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.4" + "version": "2.3.5" } \ 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 a3bf74f3..15344750 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.4" + "version": "2.3.5" } \ No newline at end of file