woocommerce/tools/version-bump
Christopher Allford 67cde87fd1
Enforce Strict `@types` Dependencies (#37351)
2023-03-23 18:02:20 -07: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 Enforce Strict `@types` Dependencies (#37351) 2023-03-23 18:02:20 -07: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.