Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"cli": "0.1.4"
"cli": "0.1.5"
}
7 changes: 7 additions & 0 deletions cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [0.1.5](https://github.com/znat/gitpulse/compare/v0.1.4...v0.1.5) (2026-05-07)


### Features

* add .gitpulse.json config file for publication title and subtitle ([#41](https://github.com/znat/gitpulse/issues/41)) ([81c302d](https://github.com/znat/gitpulse/commit/81c302d09949f48afb77fcb86d8f9c29f8540b6e))

## [0.1.4](https://github.com/znat/gitpulse/compare/v0.1.3...v0.1.4) (2026-05-04)


Expand Down
2 changes: 1 addition & 1 deletion cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@gitpulse/cli",
"version": "0.1.4",
"version": "0.1.5",
"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",
Expand Down