- 🚀 Update your WordPress plugin version with ease.
- 🤯 Define custom version of the "Tested up to" version
- 🤖 Update the "Tested up to" version to the latest version of WordPress.
Release a new version of your WordPress plugins or just update the Tested up to WordPress version.
--latest,-lUpdate "Tested up to" to the latest WordPress version.--custom,-cUpdate "Tested up to" to a custom WordPress version.--tag,-tRelease a new version of the WordPress plugin.
# Interactive mode: Asks questions.
npx wp-release-it
# Power mode: specify the flags and run in one go.
# 1. Release a new version of the WordPress plugin.
npx wp-release-it major # Releases a major version. E.g. from 1.4.7 to 2.0.0
npx wp-release-it premajor # Releases a major version. E.g. from 1.4.7 to 2.0.0-0
npx wp-release-it minor # Releases a minor version. E.g. from 1.4.7 to 1.5.0
npx wp-release-it preminor # Releases a preminor version. E.g. from 1.4.7 to 1.5.0-0
npx wp-release-it patch # Releases a patch version. E.g. from 1.4.7 to 1.4.8
npx wp-release-it prepatch # Releases a prepatch version. E.g. from 1.4.7 to 1.4.8-0
npx wp-release-it prerelease # Releases a prerelease version. E.g. from 1.4.7 to 1.4.8-0
# 2. Or define a custom tag to release a custom version.
npx wp-release-it --tag 2.5.0
npx wp-release-it -t 2.5.0
# 3. Update the "Tested up to" version to the latest version of WordPress.
npx wp-release-it --latest
npx wp-release-it -l
# 4. Set a custom version to as the "Tested up to" version (e.g. setting 5.4.0 before its release).
npx wp-release-it --custom 5.4.0
npx wp-release-it -c 5.4.0
# 5. You can also run multiple commands at once:
npx wp-release-it -t 2.5.0 -c 5.4.0
npx wp-release-it -t 2.5.0 -l
# 6. Help/usage/version.
npx wp-release-it --help # Prints the wp-release-it help.
npx wp-release-it --version # Prints the wp-release-it version.👋 MOAR: I use wp-release-it by first setting up wp-continuous-deployment. Share feedback on Twitter →
KEY: 📦 NEW, 👌 IMPROVE, 🐛 FIX, 📖 DOC, 🚀 RELEASE, and ✅ TEST
I use Emoji-log, you should try it and simplify your git commits.
- MIT © Ahmad Awais
- Code of Conduct



