Skip to content

Release 2.5.0 step 1: bump version to 2.5.0 #2212

Description

@cliffhall

Summary

Bump the root package.json version from 2.4.0 to 2.5.0 on v2/main, ahead of the v2.5.0 milestone merge into main.

Why

Per the release skill, the version bump is part of the milestone's work and belongs on the develop branch (v2/main), so it flows into main with everything else. Doing it on the milestone-merge branch instead leaves v2/main reading a stale version and risks the bump leaking into unrelated PRs (#2010).

Scope

  • Root package.json: 2.4.02.5.0 (there is one version number in the repo; the clients carry none).
  • package-lock.json updated by npm version minor --no-git-tag-version.

No tag is created here — the release tag points at the merge commit on main, cut separately.

Acceptance

  • Root package.json reads 2.5.0 on v2/main
  • No v2.5.0 git tag created by the bump
  • npm run local:gate passes

Metadata

Metadata

Assignees

Labels

choreMaintenance: deps, build tooling, CI, cleanup — no user-facing behavior changev2Issues and PRs for v2

Type

No type

Projects

No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions