Feature: add ability to bump versions in lock step like "lerna publish"

Open
#214 3 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Assessment

Difficulty
5/5
Estimated time
Over a week
Newbie friendliness
25/100
Issue type
Feature
Clarity
Needs clarification
Activity status
Stale
Tech stack
typescript
Domain
cli, release

Research direction

Start by reading the existing bump and publish command entry points, then compare the versioning behavior described for Lerna, npm, and Rush. Define how lock-step major, minor, and patch bumps should work and how a subset of packages can use a different version policy; done means both bump and publish commands support the agreed behavior.

Written by the indexing model from the issue text.

Description

feature

lerna publish has a mode to update all at the same time:

lerna publish minor
lerna publish major
lerna publish patch

This also resembles the npm version strategy. We should add this ability to bump as well as publish commands. We have to figure out what the best way it is to get the version as well as how to allow for an option for subset of packages to be versioned with different version policy (a la rush publish)

Dominant language
TypeScript
Stars
815
Forks
93
Avg merge
2d 13h
Merged PRs (30d)
12

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

More from microsoft/beachball

All issues in microsoft/beachball

Similar issues

More TypeScript issues

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.