chore(main): release hve-core 3.1.0#739
Closed
hve-core-release-please[bot] wants to merge 1 commit intomainfrom
Closed
chore(main): release hve-core 3.1.0#739hve-core-release-please[bot] wants to merge 1 commit intomainfrom
hve-core-release-please[bot] wants to merge 1 commit intomainfrom
Conversation
Contributor
Dependency Review✅ No vulnerabilities or license issues or OpenSSF Scorecard issues found.Scanned FilesNone |
4a62ea9 to
7e57b32
Compare
99e8c16 to
4b1e2e0
Compare
e9a133e to
6dfe6a1
Compare
6dfe6a1 to
bcd35fc
Compare
26 tasks
WilliamBerryiii
added a commit
that referenced
this pull request
Feb 28, 2026
…tax errors (#816) ## Description Hardened the even/odd marketplace versioning convention across all release workflows. Filtered `LAST_TAG` to stable-only (even-minor) tags to prevent version regression when pre-release tags exist. Fixed a corrupted jq `//` operator syntax in the manifest fallback. Added an even-minor validation step after release-please to block odd-minor stable releases. Added plugin generation to the prerelease workflow to fix Plugin Validation CI failures. ## Related Issue(s) Closes #815 ## Type of Change Select all that apply: **Code & Documentation:** * [x] Bug fix (non-breaking change fixing an issue) * [ ] New feature (non-breaking change adding functionality) * [ ] Breaking change (fix or feature causing existing functionality to change) * [ ] Documentation update **Infrastructure & Configuration:** * [x] GitHub Actions workflow * [ ] Linting configuration (markdown, PowerShell, etc.) * [ ] Security configuration * [ ] DevContainer configuration * [ ] Dependency update **AI Artifacts:** * [ ] Reviewed contribution with `prompt-builder` agent and addressed all feedback * [ ] Copilot instructions (`.github/instructions/*.instructions.md`) * [ ] Copilot prompt (`.github/prompts/*.prompt.md`) * [ ] Copilot agent (`.github/agents/*.agent.md`) * [ ] Copilot skill (`.github/skills/*/SKILL.md`) **Other:** * [ ] Script/automation (`.ps1`, `.sh`, `.py`) * [ ] Other (please describe): ## Testing Validated YAML syntax on all 4 workflow files. Reviewed the even/odd logic for correctness: - `LAST_TAG` awk filter correctly selects even-minor tags via `$(NF-1) % 2 == 0` - jq fallback `.["."] // "0.0.0"` is syntactically valid - Even-minor guard uses `steps.release.outputs.minor` from release-please - Pre-release version format `{MAJOR}.{ODD_MINOR}.{COMMIT_COUNT}` avoids SemVer suffixes incompatible with VS Code marketplace ## Checklist ### Required Checks * [x] Documentation is updated (if applicable) * [x] Files follow existing naming conventions * [x] Changes are backwards compatible (if applicable) * [ ] Tests added for new functionality (if applicable) ### AI Artifact Contributions N/A ### Required Automated Checks The following validation commands must pass before merging: * [x] Markdown linting: `npm run lint:md` * [x] Spell checking: `npm run spell-check` * [x] Frontmatter validation: `npm run lint:frontmatter` * [x] Skill structure validation: `npm run validate:skills` * [x] Link validation: `npm run lint:md-links` * [x] PowerShell analysis: `npm run lint:ps` ## Additional Notes - This PR replaces the SemVer `-rc.N` pre-release suffix approach with the VS Code marketplace even/odd minor convention (even = stable, odd = pre-release). - The `LAST_TAG` filter prevents version regression that would occur if `git describe` picked up a pre-release (odd-minor) tag as the baseline for computing the next version. - PR #739 proposes `3.1.0` as a stable release, which conflicts with even/odd convention. It should be closed after this PR merges.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
🤖 I have created a release beep boop
3.1.0 (2026-02-27)
✨ Features
🐛 Bug Fixes
📚 Documentation
♻️ Refactoring
🔧 Maintenance
This PR was generated with Release Please. See documentation.