The Sunniest Semantic Version Bumper
Перейти к файлу
Ken Chau d8057acccf applying package updates 2021-07-22 22:09:07 +00:00
.github Fix checkchange in PR workflow (#558) 2021-07-20 14:57:40 -07:00
.vscode Add custom render functions for changelog parts (#297) 2020-04-02 17:54:00 -07:00
bin For out-of-scope package, do not update its dependencies versions along with its own version (#428) 2020-10-21 11:24:47 -07:00
docs npm: Add basic auth (_password) via new authType argument (#521) 2021-05-20 15:36:36 -07:00
src Option to specify Custom changelog at the package level (#545) 2021-07-22 15:06:21 -07:00
.gitignore gitignore package-lock.json 2021-02-03 14:09:43 -08:00
.npmignore WIP:adding some basics 2019-06-04 15:02:29 -07:00
.prettierignore Formatting and typing cleanup (#313) 2020-04-20 17:09:33 -07:00
.prettierrc Distinguish between combinedOptions vs packageOptions so disallowChangeType check can be done (#405) 2020-09-11 15:05:09 -07:00
CHANGELOG.json applying package updates 2021-07-22 22:09:07 +00:00
CHANGELOG.md applying package updates 2021-07-22 22:09:07 +00: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 Allow passing --config to specify config file (#477) 2021-01-22 15:54:11 -08:00
beachball.config.js Retooling: remove monorepo + replace gatsby with vuepress (#384) 2020-08-21 10:18:14 -07:00
jest.config.js Retooling: remove monorepo + replace gatsby with vuepress (#384) 2020-08-21 10:18:14 -07:00
jest.e2e.js Retooling: remove monorepo + replace gatsby with vuepress (#384) 2020-08-21 10:18:14 -07:00
package.json applying package updates 2021-07-22 22:09:07 +00:00
tsconfig.json Canary builds - we should be able to make canary packages now! (#406) 2020-09-11 16:55:12 -07:00
yarn.lock Bump y18n from 4.0.0 to 4.0.1 (#507) 2021-07-20 13:52:42 -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

--config, -c

Explicit configuration file to use instead of the configuration automatically detected by cosmicconfig.

--registry, -r

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

--tag, -t

  • for the publish command: dist-tag for npm publishes
  • for the sync command: will use specified tag to set the version

--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