Skip to content

Latest commit

 

History

History
22 lines (18 loc) · 1.02 KB

DEVELOPMENT.md

File metadata and controls

22 lines (18 loc) · 1.02 KB

Release Guide

htmlburger/carbon-fields

  1. Bump version numbers in config.php and package.json according to SemVer
  2. Commit to development with commit message "Bump vX.X.X"
  3. Merge all changes for the new version into master
  4. Checkout master
  5. Run npm install && npm run build
  6. git push origin master
  7. Create a new release in Github from the master branch
  8. Enter the new version you set in config.php for Tag version and Title
  9. Add a changelog for Description
  10. Click Publish release

htmlburger/carbon-fields-plugin

  1. Update the version in carbon-fields-plugin.php, readme.txt and composer.json for htmlburger/carbon-fields to match the newly released version
  2. Commit to master
  3. Create a new release in Github from the master branch
  4. Enter the new version for Tag version and Title (you can skip the changelog)
  5. Click Publish release