-
Notifications
You must be signed in to change notification settings - Fork 225
Conversation
|
||
### Step 1 - publish a beta(s) | ||
|
||
- In your branch, run `yarn run release-beta`. Lerna will launch it's CLI to select a version for the changed pacakges. Select the `Custom` option and enter a version with an appended `-beta.X` (eg. `0.29.10-my-feature-beta.1`) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
typo: pacakges
3ca4118
to
6ee8b0a
Compare
|
||
- In your branch, run `yarn run release-beta`. Lerna will launch it's CLI to select a version for the changed packages. Select the `Custom` option and enter a version with an appended `-beta.X` (eg. `0.29.10-my-feature-beta.1`) | ||
- Push your branch to Github with the newly created tags using `git push origin <branch> --follow-tags` | ||
- Create a temporary stack in Shipit that points to your beta branch |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
- In your branch, run `yarn run release-beta`. Lerna will launch it's CLI to select a version for the changed packages. Select the `Custom` option and enter a version with an appended `-beta.X` (eg. `0.29.10-my-feature-beta.1`) | ||
- Push your branch to Github with the newly created tags using `git push origin <branch> --follow-tags` | ||
- Create a temporary stack in Shipit that points to your beta branch | ||
- Hit the deploy button in Shipit to publish your beta to npm |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hit the deploy button on your Publish
commit in Shipit to publish your beta to npm
|
||
### Step 1 - publish a beta(s) | ||
|
||
- In your branch, run `yarn run release-beta`. Lerna will launch it's CLI to select a version for the changed packages. Select the `Custom` option and enter a version with an appended `-beta.X` (eg. `0.29.10-my-feature-beta.1`) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This could maybe have some instructions on what to do when a package change causes other packages to be bumped as well. 🙂
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM! ✨ Just left a few comments where I wasn't 100% sure what to do.
75a837b
to
4b44145
Compare
Allow Shopify developers to self serve dev releases for testing and hot fixes. See docs