-
Notifications
You must be signed in to change notification settings - Fork 6
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.
- Publish the NPM package
- Login to NPM if you haven't already
npm login
- Navigate to the
packages/gravity-ui-web
folder - Run
sh ./publish-prerelease.sh
- Login to NPM if you haven't already
- Release branch maintenance
- Create a new branch titled
release/[PACKAGE.JSON VERSION]
.PACKAGE.JSON VERSION
being what NPM automatically generated as a version name - Commit and push your code
- Create a pull request to merge back into
next
so the version number is bumped for the next release
- Create a new branch titled