The Sunniest Semantic Version Bumper
Перейти к файлу
Kenneth Chau 8d4bebd390
Retooling: remove monorepo + replace gatsby with vuepress (#384)
* moving off of monorepo and gatsby

* update yarn.lock

* reorder

* release docs fix

* adding gh-pages
2020-08-21 10:18:14 -07:00
.github/workflows Retooling: remove monorepo + replace gatsby with vuepress (#384) 2020-08-21 10:18:14 -07:00
.vscode Add custom render functions for changelog parts (#297) 2020-04-02 17:54:00 -07:00
bin Retooling: remove monorepo + replace gatsby with vuepress (#384) 2020-08-21 10:18:14 -07:00
docs Retooling: remove monorepo + replace gatsby with vuepress (#384) 2020-08-21 10:18:14 -07:00
src Retooling: remove monorepo + replace gatsby with vuepress (#384) 2020-08-21 10:18:14 -07:00
.gitignore Retooling: remove monorepo + replace gatsby with vuepress (#384) 2020-08-21 10:18:14 -07: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 Retooling: remove monorepo + replace gatsby with vuepress (#384) 2020-08-21 10:18:14 -07:00
CHANGELOG.json Retooling: remove monorepo + replace gatsby with vuepress (#384) 2020-08-21 10:18:14 -07:00
CHANGELOG.md Retooling: remove monorepo + replace gatsby with vuepress (#384) 2020-08-21 10:18: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
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 Retooling: remove monorepo + replace gatsby with vuepress (#384) 2020-08-21 10:18:14 -07:00
tsconfig.json Retooling: remove monorepo + replace gatsby with vuepress (#384) 2020-08-21 10:18:14 -07:00
yarn.lock Retooling: remove monorepo + replace gatsby with vuepress (#384) 2020-08-21 10:18:14 -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