Skip to content

fix: derive npm publish version from release tag - #13

Merged
CahidArda merged 1 commit into
mainfrom
fix/release-version-from-tag
Jun 25, 2026
Merged

fix: derive npm publish version from release tag#13
CahidArda merged 1 commit into
mainfrom
fix/release-version-from-tag

Conversation

@ytkimirti

Copy link
Copy Markdown
Contributor

Release workflow published the literal package.json version, not the tag — so they drifted (v0.4.0-rc.1 shipped to npm as 1.0.0). Now derives the version from the git tag and keeps package.json at a 0.0.0 placeholder, like qstash-cli.

The release workflow published the literal package.json version instead of the tag, so the two drifted (v0.4.0-rc.1 shipped to npm as 1.0.0). Now derive the version from the git tag and keep package.json at a 0.0.0 placeholder, matching qstash-cli.
@CahidArda
CahidArda merged commit 2a6d25d into main Jun 25, 2026
2 checks 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.

2 participants