For internal use in WPMU DEV plugins.
See our showcase.
Please read through our contributing guidelines.
- Review and merge all PRs into
development
branch. - You will need to be added as member of WPMU DEV Organization before the next step.
- Run
npm run deploy:hustle
- Run
npm run deploy:demo
- Execute
git checkout master
(do not push commits directly to this branch and make sure there are no residual folders nor files form development branch). - Assign the correct version executing
git tag v4.0.0
. Replace the version number with the correspondent new version. - Push the version number using
git push --tags
Remember: Pull Requests will be approved only if have their changes listed on CHANGELOG.md
file.