Skip to content

Publishing Next Builds

Ash Blue edited this page Jun 7, 2019 · 4 revisions

Before doing any of this, makes sure you NPM account has access to publish for this repo. If you don't please contact an admin.

  1. Publish the NPM package
    1. Login to NPM if you haven't already npm login
    2. Navigate to the packages/gravity-ui-web folder
    3. Run sh ./publish-prerelease.sh
  2. Release branch maintenance
    1. Create a new branch titled release/[PACKAGE.JSON VERSION]. PACKAGE.JSON VERSION being what NPM automatically generated as a version name
    2. Commit and push your code
    3. Create a pull request to merge back into next so the version number is bumped for the next release
Clone this wiki locally