Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Greptile SummaryThis is an automated release PR generated by Release Please, bumping
Confidence Score: 5/5
Important Files Changed
Flowchart%%{init: {'theme': 'neutral'}}%%
flowchart TD
IDL["hyperstack-idl\n0.1.4 → 0.1.5\n(bug fixes)"]
MACROS["hyperstack-macros\n0.5.7 → 0.5.8"]
INTERP["hyperstack-interpreter\n0.5.7 → 0.5.8"]
SERVER["hyperstack-server\n0.5.7 → 0.5.8"]
CLI["hyperstack-cli\n0.5.7 → 0.5.8"]
CORE["hyperstack\n0.5.7 → 0.5.8"]
SDK["hyperstack-sdk\n0.5.6 (unchanged)"]
IDL --> MACROS
IDL --> INTERP
MACROS --> INTERP
INTERP --> SERVER
INTERP --> CLI
IDL --> CLI
INTERP --> CORE
MACROS --> CORE
SERVER --> CORE
SDK --> CORE
Prompt To Fix All With AIThis is a comment left during a code review.
Path: hyperstack-idl/CHANGELOG.md
Line: 9-11
Comment:
**Duplicate changelog entry**
The fix "preserve explicit discriminant_size values in IDL snapshot" appears twice in this changelog section with two different commit hashes (`9e60c87` and `0ccdd91`). This suggests two commits with the exact same message were included in this release (possibly a cherry-pick or re-application of a fix). While this is auto-generated by Release Please and mirrors the actual commit history, it may be worth consolidating or amending the commit messages upstream to avoid confusion for anyone reading the changelog.
How can I resolve this? If you propose a fix, please make it concise.Last reviewed commit: "chore: release main" |
| * preserve explicit discriminant_size values in IDL snapshot ([9e60c87](https://github.com/HyperTekOrg/hyperstack/commit/9e60c87ebafb1903db8e085e848ed4b29d3d7c85)) | ||
| * preserve explicit discriminant_size values in IDL snapshot ([0ccdd91](https://github.com/HyperTekOrg/hyperstack/commit/0ccdd9175a5e0accfcae5973f1ae74a1b5dfbc1f)) | ||
|
|
There was a problem hiding this comment.
The fix "preserve explicit discriminant_size values in IDL snapshot" appears twice in this changelog section with two different commit hashes (9e60c87 and 0ccdd91). This suggests two commits with the exact same message were included in this release (possibly a cherry-pick or re-application of a fix). While this is auto-generated by Release Please and mirrors the actual commit history, it may be worth consolidating or amending the commit messages upstream to avoid confusion for anyone reading the changelog.
Prompt To Fix With AI
This is a comment left during a code review.
Path: hyperstack-idl/CHANGELOG.md
Line: 9-11
Comment:
**Duplicate changelog entry**
The fix "preserve explicit discriminant_size values in IDL snapshot" appears twice in this changelog section with two different commit hashes (`9e60c87` and `0ccdd91`). This suggests two commits with the exact same message were included in this release (possibly a cherry-pick or re-application of a fix). While this is auto-generated by Release Please and mirrors the actual commit history, it may be worth consolidating or amending the commit messages upstream to avoid confusion for anyone reading the changelog.
How can I resolve this? If you propose a fix, please make it concise.
🤖 I have created a release beep boop
hyperstack: 0.5.8
0.5.8 (2026-03-19)
Dependencies
hyperstack-cli: 0.5.8
0.5.8 (2026-03-19)
Dependencies
hyperstack-idl: 0.1.5
0.1.5 (2026-03-19)
Bug Fixes
hyperstack-interpreter: 0.5.8
0.5.8 (2026-03-19)
Dependencies
hyperstack-macros: 0.5.8
0.5.8 (2026-03-19)
Dependencies
hyperstack-server: 0.5.8
0.5.8 (2026-03-19)
Dependencies
This PR was generated with Release Please. See documentation.