← gitpulse
Merged
Size
S
Change Breakdown
Maintenance40%
CI/CD35%
Documentation15%
Configuration10%
#27chore: release main

CLI package published at 0.1.1 with automated changelogs

GitHub Actions automated a release that bumps the CLI to 0.1.1 and generates changelogs across the monorepo. The release notes document recent UI improvements to the PR detail page and CLI packaging work.

This PR is a release automation operation triggered by Release Please. No functional code changed — the actual work (PR drawer UI, page redesign, CLI packaging) happened in previous PRs. This release consolidates those changes by bumping the @gitpulse/cli version from 0.1.0 to 0.1.1, creating the new cli/CHANGELOG.md file, and updating the root CHANGELOG with 0.1.0 release notes.

The .release-please-manifest.json tracks versions separately for the root workspace and the CLI package, allowing independent release cycles. Version bumping is fully automated, removing manual overhead for the maintainers.

In the @gitpulse/cli workspace, this release marks the CLI as available at 0.1.1, with changelogs capturing the shipping of the CLI and reusable Pages workflow.