The Sunniest Semantic Version Bumper
Перейти к файлу
kchau@microsoft.com 5db93ef4fe applying package updates 2020-04-17 22:15:02 +00:00
.vscode Add custom render functions for changelog parts (#297) 2020-04-02 17:54:00 -07:00
docs fixing side bar links 2020-01-21 13:15:39 -08:00
packages applying package updates 2020-04-17 22:15:02 +00:00
.gitignore moving to lerna and adding website 2019-06-21 11:10:00 -07:00
.npmignore WIP:adding some basics 2019-06-04 15:02:29 -07:00
.prettierignore restore the format before prettier 2019-08-23 09:08:40 -07:00
.prettierrc adding a test for ignoring for changelogs 2019-08-23 09:06:14 -07:00
CONTRIBUTING.md new license and updating docs 2019-06-25 15:54:36 -07:00
LICENSE new license and updating docs 2019-06-25 15:54:36 -07:00
README.md adding a sync command to help recover (#300) 2020-03-31 11:49:36 -07:00
azure-pipelines.release.yml making yarn pub 2019-07-26 10:59:33 -07:00
azure-pipelines.yml Integration tests with real on-disk repositories. 2019-08-22 10:46:34 -07:00
lerna.json moving to lerna and adding website 2019-06-21 11:10:00 -07:00
package.json Bump rimraf from 2.6.3 to 3.0.0 (#145) 2020-01-21 14:20:17 -08:00
yarn.lock Add custom render functions for changelog parts (#297) 2020-04-02 17:54:00 -07:00

README.md

beachball

the sunniest version bumping tool

Prerequisites

git and a remote named "origin"

Usage

beachball [command] [options]

Commands

change (default)

a tool to help create change files in the change/ folder

check

checks whether a change file is needed for this branch

changelog

based on change files, create changelogs and then unlinks the change files

bump

bumps versions as well as generating changelogs

publish

bumps, publishes to npm registry (optionally does dist-tags), and pushes changelogs back into master

sync

synchronizes published versions of packages from a registry, makes local package.json changes to match what is published

Options

--registry, -r

registry, defaults to https://registry.npmjs.org

--tag, -t

dist-tag for npm publishes

--branch, -b

target branch from origin (default: master)

--message, -m

custom message for the checkin (default: applying package updates)

--no-push

skip pushing changes back to git remote origin

--no-publish

skip publishing to the npm registry

--help, -?, -h

show help message

--yes, -y

skips the prompts for publish

Examples

  $ beachball

  $ beachball check

  $ beachball publish -r http://localhost:4873 -t beta