woocommerce/tools/version-bump
Sam Seay aec442139f
Update pnpm once again to fix issues with auto-install-peers (#35007)
2022-10-10 16:59:51 +13:00
..
commands Version bump: Add README and Logger (#34636) 2022-09-13 06:28:37 +12:00
lib Version bump: Add README and Logger (#34636) 2022-09-13 06:28:37 +12:00
.eslintrc Version Bump: Add CLI utility (#34555) 2022-09-08 19:48:01 +12:00
README.md Version bump: Add README and Logger (#34636) 2022-09-13 06:28:37 +12:00
index.ts Version Bump: Add CLI utility (#34555) 2022-09-08 19:48:01 +12:00
package.json Update pnpm once again to fix issues with auto-install-peers (#35007) 2022-10-10 16:59:51 +13: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 run version --filter version-bump -- 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.