Skip to content

Release Process

Christopher Park edited this page Feb 18, 2016 · 1 revision

Summary

Publishing a PHP release is very easy. Along with merging the Develop branch into Master and tagging the Master branch as a release, the rosette-api package is published to Packagist.

Steps

  1. After running the testing images and verifying that everything passes ...
  2. Merge develop into master, commit and push
  3. Select the Release tab and tag the master branch with the release version
  4. Publish to Packagist is automatic
Clone this wiki locally