Skip to content

chore: npm beta publish via GitHub Release (0.2.0-beta.0)#6

Merged
marcopesani merged 3 commits intomasterfrom
chore/npm-publish-0.2-beta
Mar 31, 2026
Merged

chore: npm beta publish via GitHub Release (0.2.0-beta.0)#6
marcopesani merged 3 commits intomasterfrom
chore/npm-publish-0.2-beta

Conversation

@marcopesani
Copy link
Copy Markdown
Contributor

Summary

  • CI: If package.json version is a semver prerelease (contains -), pnpm publish uses --tag beta so latest stays on the last stable release. Stable versions publish as latest as before.
  • Docs: .github/RELEASING.md with tag + GitHub Release steps; README links to it.
  • Version: 0.2.0-beta.0 in package.json and CLI/MCP client strings.

After merge

  1. git tag -a v0.2.0-beta.0 -m "v0.2.0-beta.0" on the merge commit and git push origin v0.2.0-beta.0
  2. GitHub → Releases → publish from tag v0.2.0-beta.0 (optional: mark pre-release)
  3. Workflow publishes to npm; users install with npm i -g @bitrefill/cli@beta

Made with Cursor

@marcopesani marcopesani merged commit 784cae5 into master Mar 31, 2026
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant