Skip to content

chore(main): release 0.1.6#51

Open
github-actions[bot] wants to merge 1 commit into
mainfrom
release-please--branches--main--components--cli
Open

chore(main): release 0.1.6#51
github-actions[bot] wants to merge 1 commit into
mainfrom
release-please--branches--main--components--cli

Conversation

@github-actions
Copy link
Copy Markdown
Contributor

@github-actions github-actions Bot commented May 9, 2026

🤖 I have created a release beep boop

0.1.6 (2026-05-11)

Features

  • add theme.linkColor option to override link/accent CSS vars (1f34b20)
  • cli: auto-load .env.local for integration tests (#53) (c8e64f4)
  • cli: pluggable image storage with Vercel Blob impl (PR 1/3) (#52) (e4b166a)
  • end-to-end password protection for published sites (#44) (ff4788f)
  • paginated feed + releases tab + theme accent color (#47) (aa63e21)

This PR was generated with Release Please. See documentation.

@greptile-apps
Copy link
Copy Markdown

greptile-apps Bot commented May 9, 2026

Greptile Summary

Automated release PR generated by Release Please, bumping the @gitpulse/cli package from v0.1.5 to v0.1.6. No logic changes are included — this PR only updates version metadata and the changelog.

  • .release-please-manifest.json and cli/package.json: version field updated from 0.1.50.1.6.
  • cli/CHANGELOG.md: new 0.1.6 section added documenting the five features merged since the last release (theme link color, .env.local auto-load, pluggable image storage, password protection, and paginated feed/releases tab).

Confidence Score: 5/5

Safe to merge — only version metadata and changelog are touched; no executable code is changed.

All three files are purely declarative: a JSON manifest, a package version field, and a markdown changelog. There are no logic changes, no dependency updates, and no configuration alterations that could affect runtime behavior.

No files require special attention.

Important Files Changed

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"
Loading

Reviews (3): Last reviewed commit: "chore(main): release 0.1.6" | Re-trigger Greptile

@github-actions github-actions Bot force-pushed the release-please--branches--main--components--cli branch from 4c43c88 to ba3bab4 Compare May 11, 2026 12:17
@github-actions github-actions Bot force-pushed the release-please--branches--main--components--cli branch from ba3bab4 to f7446c9 Compare May 11, 2026 20:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants