woocommerce/tools/version-bump
jonathansadowski c6eab3b4b2
Fix the match pattern for the version bump tool (#34982)
* Update pattern in version bump tool to use two digits

* Update README for version bump for pnpm7 parameter order
2022-10-17 13:48:56 -05:00
..
commands Version bump: Add README and Logger (#34636) 2022-09-13 06:28:37 +12:00
lib Fix the match pattern for the version bump tool (#34982) 2022-10-17 13:48:56 -05: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 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 --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.