Release Edition
v0.1.2

"We fixed the package.json math. One package gets published, not two."

v0.1.2 · May 4, 2026

GitPulse's release pipeline is back online after five consecutive failures. The culprit: release-please was managing two packages and colliding on git tags whenever versions diverged. The root package — never published to npm, never useful to anyone downstream — has been dropped from release configuration entirely. Only @gitpulse/cli now ships to users, eliminating the version drift that broke every release attempt since PR #27.

Help text and reality are now in agreement. The --help output has been corrected to match what GitPulse actually does, and a problematic plugin has been removed, reducing the surface area for future breakage.

← All Releases
2
PRs Merged
2
Contributors
+29
Additions
-46
Deletions
Top Stories
1
config

Release automation unblocked after tag collision fix

#33·by @znat·+18 / -44

Release-please was managing two packages and colliding on git tags whenever versions diverged — five PRs failed to publish. The root package is private, never published to npm, and shouldn't have been in the release pipeline at all.

2
maintenance

GitPulse 0.1.2 unblocks release pipeline

#34·by @github-actions·+11 / -2

GitPulse 0.1.2 drops a problematic plugin and fixes documentation alignment to get the automated release workflow moving again.