Skip to content

Commit 68345ed

Browse files
chore(main): release hve-core 2.3.1 (#535)
🤖 I have created a release *beep* *boop* --- ## [2.3.1](hve-core-v2.3.0...hve-core-v2.3.1) (2026-02-13) ### 🐛 Bug Fixes * **build:** remove draft flag that prevents release tag creation ([#533](#533)) ([c8de0aa](c8de0aa)) * **workflows:** correct JSON output formatting in plugin discovery step ([#531](#531)) ([910fb8b](910fb8b)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). Co-authored-by: hve-core-release-please[bot] <254602402+hve-core-release-please[bot]@users.noreply.github.com>
1 parent c8de0aa commit 68345ed

16 files changed

Lines changed: 34 additions & 26 deletions

File tree

.github/plugin/marketplace.json

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "hve-core",
33
"metadata": {
44
"description": "HVE Core",
5-
"version": "2.3.0",
5+
"version": "2.3.1",
66
"pluginRoot": "./plugins"
77
},
88
"owner": {
@@ -13,61 +13,61 @@
1313
"name": "ado",
1414
"source": "./plugins/ado",
1515
"description": "Azure DevOps work item management, build monitoring, and pull request creation",
16-
"version": "2.3.0"
16+
"version": "2.3.1"
1717
},
1818
{
1919
"name": "coding-standards",
2020
"source": "./plugins/coding-standards",
2121
"description": "Language-specific coding instructions for bash, Bicep, C#, Python, and Terraform projects",
22-
"version": "2.3.0"
22+
"version": "2.3.1"
2323
},
2424
{
2525
"name": "data-science",
2626
"source": "./plugins/data-science",
2727
"description": "Data specification generation, Jupyter notebooks, and Streamlit dashboards",
28-
"version": "2.3.0"
28+
"version": "2.3.1"
2929
},
3030
{
3131
"name": "git",
3232
"source": "./plugins/git",
3333
"description": "Git commit messages, merges, setup, and pull request prompts",
34-
"version": "2.3.0"
34+
"version": "2.3.1"
3535
},
3636
{
3737
"name": "github",
3838
"source": "./plugins/github",
3939
"description": "GitHub issue discovery, triage, sprint planning, and backlog execution agents and prompts",
40-
"version": "2.3.0"
40+
"version": "2.3.1"
4141
},
4242
{
4343
"name": "hve-core-all",
4444
"source": "./plugins/hve-core-all",
4545
"description": "Full bundle of all stable HVE Core agents, prompts, instructions, and skills",
46-
"version": "2.3.0"
46+
"version": "2.3.1"
4747
},
4848
{
4949
"name": "project-planning",
5050
"source": "./plugins/project-planning",
5151
"description": "PRDs, BRDs, ADRs, architecture diagrams, and documentation operations",
52-
"version": "2.3.0"
52+
"version": "2.3.1"
5353
},
5454
{
5555
"name": "prompt-engineering",
5656
"source": "./plugins/prompt-engineering",
5757
"description": "Tools for analyzing, building, and refactoring prompts, agents, and instructions",
58-
"version": "2.3.0"
58+
"version": "2.3.1"
5959
},
6060
{
6161
"name": "rpi",
6262
"source": "./plugins/rpi",
6363
"description": "Research, Plan, Implement, Review workflow agents and prompts for task-driven development",
64-
"version": "2.3.0"
64+
"version": "2.3.1"
6565
},
6666
{
6767
"name": "security-planning",
6868
"source": "./plugins/security-planning",
6969
"description": "Security plan creation, incident response, and risk assessment",
70-
"version": "2.3.0"
70+
"version": "2.3.1"
7171
}
7272
]
7373
}

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "2.3.0"
2+
".": "2.3.1"
33
}

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1212

1313
> **Note:** This file is automatically maintained by [release-please](https://github.com/googleapis/release-please). Do not edit manually.
1414
15+
## [2.3.1](https://github.com/microsoft/hve-core/compare/hve-core-v2.3.0...hve-core-v2.3.1) (2026-02-13)
16+
17+
18+
### 🐛 Bug Fixes
19+
20+
* **build:** remove draft flag that prevents release tag creation ([#533](https://github.com/microsoft/hve-core/issues/533)) ([c8de0aa](https://github.com/microsoft/hve-core/commit/c8de0aa65a313dd10001cdfdf1308115d5bd7cfc))
21+
* **workflows:** correct JSON output formatting in plugin discovery step ([#531](https://github.com/microsoft/hve-core/issues/531)) ([910fb8b](https://github.com/microsoft/hve-core/commit/910fb8b55cff89dd14eec07b99c3ffeff76f071c))
22+
1523
## [2.3.0](https://github.com/microsoft/hve-core/compare/hve-core-v2.2.0...hve-core-v2.3.0) (2026-02-13)
1624

1725

extension/templates/package.template.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"workspace",
66
"ui"
77
],
8-
"version": "2.3.0",
8+
"version": "2.3.1",
99
"description": "AI-powered chat agents, prompts, and instructions for hybrid virtual environments",
1010
"publisher": "ise-hve-essentials",
1111
"repository": {

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "hve-core",
3-
"version": "2.3.0",
3+
"version": "2.3.1",
44
"description": "HVE Core",
55
"private": true,
66
"scripts": {
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
22
"name": "ado",
33
"description": "Azure DevOps work item management, build monitoring, and pull request creation",
4-
"version": "2.3.0"
4+
"version": "2.3.1"
55
}
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
22
"name": "coding-standards",
33
"description": "Language-specific coding instructions for bash, Bicep, C#, Python, and Terraform projects",
4-
"version": "2.3.0"
4+
"version": "2.3.1"
55
}
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
22
"name": "data-science",
33
"description": "Data specification generation, Jupyter notebooks, and Streamlit dashboards",
4-
"version": "2.3.0"
4+
"version": "2.3.1"
55
}
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
22
"name": "git",
33
"description": "Git commit messages, merges, setup, and pull request prompts",
4-
"version": "2.3.0"
4+
"version": "2.3.1"
55
}

0 commit comments

Comments
 (0)