Release Edition
v0.1.4

The CLI now asks your hosting provider where it lives. We didn't teach it manners.

v0.1.4 · May 4, 2026

Setting up gitpulse no longer requires hunting down your site URL and configuring environment variables. The CLI now detects your deployment address automatically when running on Vercel, Netlify, or Cloudflare Pages — one less step during setup, and one less thing that can go wrong.

Deployments that appeared to succeed were actually silently failing at runtime because the npx invocation couldn't locate the CLI binary. Scripts have been corrected to use the proper invocation syntax, so your analytics now update as intended when the workflow runs.

The team is also dogfooding gitpulse to track gitpulse development — the tool now monitors itself. Future releases will arrive with their own changelog entry, which feels appropriately recursive.

← All Releases
4
PRs Merged
2
Contributors
+379
Additions
-96
Deletions
Top Stories
2
bugfix

Deployment workflows fixed with correct npx syntax

#37·by @znat·+11 / -11

GitHub Actions workflows and documentation examples now use the correct explicit npx invocation, fixing deployments that were silently failing with "command not found" errors.

3
maintenance

GitPulse CLI 0.1.4 released

#38·by @github-actions·+14 / -2

Version 0.1.4 of GitPulse CLI is now available, capturing internal tooling improvements including dogfooded CLI usage, Vercel deployment config, and an updated README.

  • 4
    Gitpulse CLI v0.1.3 published
    The @gitpulse/cli package increments to v0.1.3, tagging the addition of Vercel deployment config and an updated README.
    maintenance