Conversation
|
| Filename | Overview |
|---|---|
| .release-please-manifest.json | Version bumped from 0.1.3 to 0.1.4 for the cli package — expected release-please output. |
| cli/CHANGELOG.md | New 0.1.4 section prepended with two entries (features + bug fixes) matching the merged PRs. |
| cli/package.json | Package version bumped from 0.1.3 to 0.1.4 — no other fields changed. |
Flowchart
%%{init: {'theme': 'neutral'}}%%
flowchart TD
A[Release Please Bot] -->|Reads merged PRs| B[Generate release PR]
B --> C[Bump .release-please-manifest.json\ncli: 0.1.3 → 0.1.4]
B --> D[Bump cli/package.json\nversion: 0.1.3 → 0.1.4]
B --> E[Prepend cli/CHANGELOG.md\nwith 0.1.4 entry]
C & D & E --> F[Merge PR #38]
F --> G[Tag v0.1.4 & Publish\n@gitpulse/cli@0.1.4]
Reviews (1): Last reviewed commit: "chore(main): release 0.1.4" | Re-trigger Greptile
|
🤖 Created releases: 🌻 |
🤖 I have created a release beep boop
0.1.4 (2026-05-04)
Features
Bug Fixes
This PR was generated with Release Please. See documentation.