Conversation
|
🤖 Created releases: 🌻 |
Greptile SummaryThis is an automated Release Please PR bumping the package from Changes:
Issues found:
Confidence Score: 5/5
|
| Filename | Overview |
|---|---|
| .release-please-manifest.json | Version bumped from 1.8.1 to 1.8.2 — consistent with package.json, no issues. |
| package.json | Version bumped from 1.8.1 to 1.8.2 — no other changes, consistent with manifest. |
| CHANGELOG.md | New 1.8.2 entry prepended correctly, but a stale [Unreleased] section (lines 83–135) containing the same npx bug fix was not cleaned up during this release. |
Flowchart
%%{init: {'theme': 'neutral'}}%%
flowchart TD
A([Release Please bot triggers]) --> B[Bump version in package.json\n1.8.1 → 1.8.2]
B --> C[Bump .release-please-manifest.json\n1.8.1 → 1.8.2]
C --> D[Prepend 1.8.2 entry to CHANGELOG.md]
D --> E{All 3 files consistent?}
E -- Yes --> F([PR ready to merge & publish])
Comments Outside Diff (1)
-
CHANGELOG.md, line 83-135 (link)Stale
[Unreleased]section not cleaned upThe
## [Unreleased]section (lines 83–135) still exists in the changelog and its very first entry ("restorenpx/npm execinstalls") describes exactly the bug fix being shipped in this 1.8.2 release. Having this section linger after the release creates duplicate/conflicting documentation — readers may be confused about whether[Unreleased]refers to something yet to come or something already shipped.Consider removing (or archiving) the
## [Unreleased]block as part of this release PR so the changelog accurately reflects released vs. unreleased work.
Last reviewed commit: f6d4c93
🤖 I have created a release beep boop
1.8.2 (2026-03-05)
Bug Fixes
This PR was generated with Release Please. See documentation.