Skip to content

wpmudev/hustle-ui

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hustle UI Library

For internal use in WPMU DEV plugins.

Usage

See our showcase.

Contributing

Please read through our contributing guidelines.

Release

  1. Review and merge all PRs into development branch.
  2. You will need to be added as member of WPMU DEV Organization before the next step.
  3. Run npm run deploy:hustle
  4. Run npm run deploy:demo
  5. 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).
  6. Assign the correct version executing git tag v4.0.0. Replace the version number with the correspondent new version.
  7. Push the version number using git push --tags

Remember: Pull Requests will be approved only if have their changes listed on CHANGELOG.md file.