woocommerce/tools/version-bump
Paul Sealock ce7733ae78
Monorepo Utils: Migrate cli-core (#38018)
* move source files

* add uuid type dependency
2023-04-28 10:16:19 +12:00
..
commands Monorepo Utils: Migrate cli-core (#38018) 2023-04-28 10:16:19 +12:00
lib Monorepo Utils: Migrate cli-core (#38018) 2023-04-28 10:16:19 +12:00
.eslintrc Version Bump: Add CLI utility (#34555) 2022-09-08 19:48:01 +12:00
README.md Fix the match pattern for the version bump tool (#34982) 2022-10-17 13:48:56 -05:00
index.ts Version Bump: Add CLI utility (#34555) 2022-09-08 19:48:01 +12:00
package.json Monorepo Utils: Migrate cli-core (#38018) 2023-04-28 10:16:19 +12:00
program.ts Version Bump: Add CLI utility (#34555) 2022-09-08 19:48:01 +12:00
tsconfig.json Version Bump: Add CLI utility (#34555) 2022-09-08 19:48:01 +12:00

README.md

Version Bump

Description

version-bump is a CLI tool to bump versions in plugins found in the Monorepo.

Usage

Bump WooCommerce to version 7.1.0:

pnpm --filter version-bump run version bump woocommerce -v 7.1.0

Arguments: plugin - Monorepo plugin

Options: -v, --version Version to bump to -h, --help display help for command

Prereleases

Prerelease versions such as 7.3.0-dev and 7.5.0-beta.1 are acceptable.

When updating with a -dev prerelease suffix, the tool will not update the stable tag but will update the readme changelog to prepare for the next release cycle.