Skip to content
Sean T. McBeth edited this page Jan 31, 2017 · 4 revisions

If you have commit access to the main repository, the way to make a release depends on what exactly has happened.

  • for cosmetic changes, bug fixes, or new features (none of which change the public API of existing code), execute gulp bump to bump the patch section of the version number.
  • execute gulp yolo to build the minified package assets.
  • execute npm publish to push the code out to the NPM package repository. Sit back, this takes a while.
  • cd to the Primrose-Site directory and execute npm update && gulp yolo
Clone this wiki locally