Release Edition
v0.1.4

CI works again. The npx fix was one character. One.

v0.1.4 · May 4, 2026

GitPulse deployments now run entirely through GitHub Actions, with secrets staying in the runner and Vercel handling only hosting duties. Site URLs are also now detected automatically when running on Vercel, Netlify, or Cloudflare Pages — no GITPULSE_SITE_URL configuration required on those platforms.

Documentation and CI workflows have been corrected to use explicit npx syntax, resolving an issue that silently broke automated deployments and could have misled anyone reading the setup guide.

The CLI package has reached version 0.1.4 and is now publishing its own releases, completing the dogfooding loop. Release automation has also been cleaned up after a versioning issue in the prior release.

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

GitPulse adds Vercel deploy workflow, auto-detects hosting URLs

#35·by @znat·+345 / -81

GitPulse now deploys to Vercel using a CI-first pattern where GitHub Actions runs the analytics build and Vercel just hosts the output — keeping all secrets in the runner. Site URLs are also now auto-detected from platform environment variables on Vercel, Netlify, and Cloudflare Pages, eliminating manual GITPULSE_SITE_URL configuration.

2
bugfix

GitHub Actions workflows and README fixed to use correct npx invocation

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

GitHub Actions deployments were silently failing because the CLI binary name didn't match npx's shorthand resolution. A quick syntax update to explicit `--package=` form puts deployments back on track—and prevents anyone reading the docs from hitting the same wall.

3
maintenance

GitPulse CLI released at version 0.1.4

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

Version 0.1.4 of the GitPulse CLI is now released, marking the project's own CLI tool as production-ready while fixing release automation issues that caused a version reset in the prior release.

  • 4
    Release 0.1.3 bumps CLI version
    The @gitpulse/cli jumps to version 0.1.3, capturing the dogfooding of its own published package, a Vercel config addition, and an improved README in the changelog.
    maintenance