From 03259c285c7eecddbc5dcc8e897ebd3790950add Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 2 Jun 2026 12:40:48 +0000 Subject: [PATCH] chore(main): release 0.3.0 --- .release-please-manifest.json | 2 +- cli/CHANGELOG.md | 17 +++++++++++++++++ cli/package.json | 2 +- 3 files changed, 19 insertions(+), 2 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 6997e3e..9fd7589 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - "cli": "0.2.0" + "cli": "0.3.0" } diff --git a/cli/CHANGELOG.md b/cli/CHANGELOG.md index 594da75..561e18c 100644 --- a/cli/CHANGELOG.md +++ b/cli/CHANGELOG.md @@ -1,5 +1,22 @@ # Changelog +## [0.3.0](https://github.com/znat/gitpulse/compare/v0.2.0...v0.3.0) (2026-06-02) + + +### ⚠ BREAKING CHANGES + +* **cli:** AI_PROTOCOL/AI_MODEL/AI_BASE_URL/AI_TEMPERATURE, GITPULSE_BRANCH/GITPULSE_LIMIT, and the top-level bootstrapDays/ concurrency/releasesCap/includePrereleases fields are removed. Configure them via .gitpulse.json `text` and `analysis` instead. The publish-pages workflow's ai-*/scope inputs are removed. + +### Features + +* **cli:** move all non-secret config into .gitpulse.json ([#66](https://github.com/znat/gitpulse/issues/66)) ([eeb5515](https://github.com/znat/gitpulse/commit/eeb55155b29f684209e0128a4cb49d335b7152fa)) + + +### Bug Fixes + +* **cli:** derive Blob storeId from token to prevent URL drift ([#64](https://github.com/znat/gitpulse/issues/64)) ([439c74c](https://github.com/znat/gitpulse/commit/439c74c022ed0d88018bd916dbb48c505d6e7f6e)) +* **site:** show story illustrations on detail views + generate 1K images ([#67](https://github.com/znat/gitpulse/issues/67)) ([6486c23](https://github.com/znat/gitpulse/commit/6486c23213c3fb53e61d50447673c55240c12f59)) + ## [0.2.0](https://github.com/znat/gitpulse/compare/v0.1.6...v0.2.0) (2026-05-21) diff --git a/cli/package.json b/cli/package.json index dfa5ec8..daa3026 100644 --- a/cli/package.json +++ b/cli/package.json @@ -1,6 +1,6 @@ { "name": "@gitpulse/cli", - "version": "0.2.0", + "version": "0.3.0", "description": "CLI for gitpulse — generate an editorial story feed for your repo's PRs and direct pushes.", "license": "AGPL-3.0-or-later", "homepage": "https://github.com/znat/gitpulse#readme",