0.7.2 โ€ข Published 4 years ago

wp-release-it v0.7.2

Weekly downloads
4
License
MIT
Repository
github
Last release
4 years ago

DOWNLOADS Learn VSCode Follow @MrAhmadAwais on Twitter

WordPress plugin release automation that works.

wp-release-it

  • ๐Ÿš€ 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.

โš™๏ธ

Usage

Release a new version of your WordPress plugins or just update the Tested up to WordPress version.

  • --latest, -l Update "Tested up to" to the latest WordPress version.
  • --custom, -c Update "Tested up to" to a custom WordPress version.
  • --tag, -t Release 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 โ†’

๐Ÿ“

Changelog

โฏ Read the changelog here โ†’

KEY: ๐Ÿ“ฆ NEW, ๐Ÿ‘Œ IMPROVE, ๐Ÿ› FIX, ๐Ÿ“– DOC, ๐Ÿš€ RELEASE, and โœ… TEST

I use Emoji-log, you should try it and simplify your git commits.

๐Ÿ“ƒ

License & Conduct

๐Ÿ™Œ

Connect

๐Ÿ‘Œ

Sponsor

Me (Ahmad Awais) and my incredible wife (Maedah Batool) are two engineers who fell in love with open source and then with each other. You can read more about me here. If you or your company use any of my projects or like what Iโ€™m doing then consider backing me. I'm in this for the long run. An open-source developer advocate.

Or you can back me by checking out my super fun video course. As developers, we spend over 200 Hrs/month with our code editors โ€” it's only fair to learn your next editor deeply. This course will save you 15-20 hours every month. Become a VSCode Power User โ†’

VSCODE

VSCode Ahmad on Twitter