Skip to content

chore(release): bump version to 3.0.1 for next dev cycle#665

Merged
B4nan merged 1 commit into
masterfrom
fix/bump-version-3.0.1
May 29, 2026
Merged

chore(release): bump version to 3.0.1 for next dev cycle#665
B4nan merged 1 commit into
masterfrom
fix/bump-version-3.0.1

Conversation

@B4nan
Copy link
Copy Markdown
Member

@B4nan B4nan commented May 29, 2026

3.0.0 was published to npm as latest, but package.json still pinned 3.0.0. The beta release workflow (before-beta-release.cjs) aborts when the base version already exists on npm:

before-deploy: A release with version 3.0.0 already exists. Please increment version accordingly.

So every push to master failed at the Bump pre-release version step (example run) and no beta was published.

Bumping to 3.0.1 restores the dev cycle — master pushes now publish as 3.0.1-beta.N, matching the existing convention (after 2.7.0 shipped, the repo moved to 2.7.12.7.1-beta.0).

3.0.0 was published as `latest`, but package.json still pinned 3.0.0.
The beta release workflow checks the published versions and aborts when
the base version already exists, so every push to master failed at the
"Bump pre-release version" step. Bumping to 3.0.1 lets master betas
publish as 3.0.1-beta.N again.
@github-actions github-actions Bot added this to the 141st sprint - Tooling team milestone May 29, 2026
@B4nan B4nan added the adhoc Ad-hoc unplanned task added during the sprint. label May 29, 2026
@github-actions github-actions Bot added the t-tooling Issues with this label are in the ownership of the tooling team. label May 29, 2026
@B4nan B4nan requested a review from bliuchak May 29, 2026 12:02
@B4nan B4nan merged commit 3c3dc83 into master May 29, 2026
8 of 10 checks passed
@B4nan B4nan deleted the fix/bump-version-3.0.1 branch May 29, 2026 15:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

adhoc Ad-hoc unplanned task added during the sprint. t-tooling Issues with this label are in the ownership of the tooling team.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants