chore(main): release 0.1.6#51
Open
github-actions[bot] wants to merge 1 commit into
Open
Conversation
|
| Filename | Overview |
|---|---|
| .release-please-manifest.json | Version bumped from 0.1.5 to 0.1.6 by Release Please automation |
| cli/CHANGELOG.md | New 0.1.6 changelog entry added with five feature entries matching the PR description |
| cli/package.json | Package version bumped from 0.1.5 to 0.1.6; no dependency or script changes |
Sequence Diagram
sequenceDiagram
participant RP as Release Please (bot)
participant Manifest as .release-please-manifest.json
participant PkgJson as cli/package.json
participant Changelog as cli/CHANGELOG.md
participant NPM as npm registry
RP->>Manifest: bump "cli": "0.1.5" → "0.1.6"
RP->>PkgJson: bump "version": "0.1.5" → "0.1.6"
RP->>Changelog: prepend 0.1.6 entry with feature list
Note over RP,Changelog: PR merged → tag v0.1.6 created
RP->>NPM: "publish @gitpulse/cli@0.1.6"
Reviews (3): Last reviewed commit: "chore(main): release 0.1.6" | Re-trigger Greptile
4c43c88 to
ba3bab4
Compare
ba3bab4 to
f7446c9
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
🤖 I have created a release beep boop
0.1.6 (2026-05-11)
Features
This PR was generated with Release Please. See documentation.