Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 848 Bytes

CONTRIBUTING.md

File metadata and controls

25 lines (17 loc) · 848 Bytes

Contribute

Clone the repository and add this line to your ~/.profile:

export WP_BOILERPLATE_ENV="contrib"

This will bypass the following tasks when running the npm run wp-install command:

  • Renaming the project theme
  • Saving dependencies versions
  • Reinitializing the Git project

If you occasionally want to revert back to the default environment, use npm run wp-install -- --skip-env-check.

Releases

Releasing process is entirely manual (for the moment) and is based on Semantic Versioning:

  • Clean your working changes with a commit or a stash.
  • Update the version entry in package.json.
  • Commit the changements with the message Release vX.X.X where X.X.X is your release number.
  • Add a tag to this commit, name it vX.X.X.
  • Push your commits and your tags.