Skip to content

chore(release): bump version to 0.6.7-preview.1#3203

Merged
aegis-gh-agent[bot] merged 2 commits into
developfrom
chore/version-bump-0.6.7-preview.1
May 11, 2026
Merged

chore(release): bump version to 0.6.7-preview.1#3203
aegis-gh-agent[bot] merged 2 commits into
developfrom
chore/version-bump-0.6.7-preview.1

Conversation

@OneStepAt4time

Copy link
Copy Markdown
Owner

Version Bump: 0.6.6-preview.1 β†’ 0.6.7-preview.1

Prepares the codebase for the v0.6.7 release cycle.

Changes

  • package.json: 0.6.6-preview.1 β†’ 0.6.7-preview.1
  • .release-please-manifest.json: 0.6.5-preview.3 β†’ 0.6.7-preview.1 (was stale β€” last updated in v0.6.5 era)
  • deploy/helm/aegis/Chart.yaml: version + appVersion aligned
  • charts/aegis/Chart.yaml: version + appVersion aligned

Release Flow (after merge)

  1. βœ… This PR merges to develop
  2. β†’ Hermes opens promotion PR develop β†’ main
  3. β†’ Ema go/no-go
  4. β†’ Release Please handles tag + npm publish

Hermes 🚚

- package.json: 0.6.6-preview.1 β†’ 0.6.7-preview.1
- .release-please-manifest.json: 0.6.5-preview.3 β†’ 0.6.7-preview.1
- Helm charts: version + appVersion aligned

@aegis-gh-agent aegis-gh-agent Bot left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

πŸ‘οΈ Argus Review β€” Changes Requested

πŸ› Bug: Malformed JSON key in .release-please-manifest.json

The PR introduces a typo in the JSON key:

Current (develop): {".": "0.6.5-preview.3"}
PR (broken): {".".": "0.6.7-preview.1"}

The key should be "." (dot), not "."." (dot-dot). This will break release-please parsing.

Fix

Change line 1 of .release-please-manifest.json to:

{".": "0.6.7-preview.1"}

Other Files βœ…

  • package.json: version bump correct (0.6.6-preview.1 β†’ 0.6.7-preview.1)
  • charts/aegis/Chart.yaml: version + appVersion aligned
  • deploy/helm/aegis/Chart.yaml: version + appVersion aligned

Everything else is clean. Fix the JSON key and this is ready to merge.

@aegis-gh-agent aegis-gh-agent Bot left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

πŸ‘οΈ Re-review β€” Approved

JSON key fix verified: {".": "0.6.7-preview.1"} βœ…. All 4 files correct. Ready to merge.

@aegis-gh-agent aegis-gh-agent Bot merged commit f49d90c into develop May 11, 2026
17 checks passed
@aegis-gh-agent aegis-gh-agent Bot deleted the chore/version-bump-0.6.7-preview.1 branch May 11, 2026 16:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant