Skip to content

feat(scripts): carry aionrs changelog into the bump PR - #703

Merged
piorpua merged 3 commits into
mainfrom
feat/update-aionrs-changelog
Jul 28, 2026
Merged

feat(scripts): carry aionrs changelog into the bump PR#703
piorpua merged 3 commits into
mainfrom
feat/update-aionrs-changelog

Conversation

@piorpua

@piorpua piorpua commented Jul 28, 2026

Copy link
Copy Markdown
Contributor

What

Enhance just update-aionrs so bumping the embedded aionrs engine also surfaces aionrs's own feat/fix/perf changes in AionCore's release notes.

Previously the bump landed as a hidden chore(deps) commit, so aionrs's user-facing changes never reached AionCore's release-please CHANGELOG, even though aionrs is the core agent/provider engine.

How

  • Extract a deterministic, offline-testable transform (aionrs-changelog-footer.sh / .ps1): read aionrs commit subjects, keep only feat/fix/perf, rewrite the scope to engine, dedupe, and group by type.
  • Orchestrate the full flow in update-aionrs.sh / .ps1: preflight checks, bump the six Cargo.toml tags, cargo check, pull the old...new range via gh api compare, then open a PR whose body carries the transformed entries as a conventional-commit footer.
  • Because this repo squashes with squash_message=PR_BODY, release-please reads those footer lines from the squashed commit and files them under Features / Bug Fixes automatically.
  • Push goes through just push (full pre-push gate); on gate failure the branch stays local and no PR is opened, since a failing bump usually needs adaptation code.

Test plan

  • Offline unit test for the transform covering noise filtering (merge/release commits), dedupe, type grouping, and the empty-result sentinel line.
  • Verified the extraction chain against real aionrs v0.2.7...v0.2.8 data; output matches the aionrs v0.2.8 CHANGELOG.
  • Windows .ps1 parity mirrors the bash logic line for line; pwsh was not available locally, so run pwsh -File scripts/just/aionrs-changelog-footer.test.ps1 on Windows to confirm.

@piorpua
piorpua merged commit f34cfb6 into main Jul 28, 2026
6 checks passed
@piorpua
piorpua deleted the feat/update-aionrs-changelog branch July 28, 2026 12:14
piorpua pushed a commit that referenced this pull request Jul 29, 2026
🤖 I have created a release *beep* *boop*
---


##
[0.1.54](v0.1.53...v0.1.54)
(2026-07-29)


### Features

* multi-account user scope isolation
([#669](#669))
([7f8ed6c](7f8ed6c))
* **project:** Project Explorer backend (runtime, WS monitor, HTTP)
([#701](#701))
([0a79100](0a79100))
* **scripts:** carry aionrs changelog into the bump PR
([#703](#703))
([f34cfb6](f34cfb6))


### Code Refactoring

* **acp:** upgrade agent-client-protocol SDK 0.11.1 -> 2.0.0
([#708](#708))
([9e185f0](9e185f0))

---
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: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
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