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.
- Execute
git checkout development
- 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
- Run
npm run deploy:hustle
- Run
npm run deploy:demo
Remember: Pull Requests will be approved only if have their changes listed on CHANGELOG.md
file.