Skip to content
This repository has been archived by the owner on Jan 10, 2025. It is now read-only.

Commit

Permalink
Typo
Browse files Browse the repository at this point in the history
  • Loading branch information
ismail-syed committed Feb 28, 2020
1 parent 8b68867 commit 4b44145
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion documentation/guides/release-and-deploy.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ git push origin master --follow-tags

### Step 1 - Publish a `dev` release for testing

- In your branch, run `yarn run release-dev`. 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 `-dev.X` (eg. `0.29.10-my-feature-dev.1`). Many quilt pacakges reference others. If your are prompted to version other packages, it is safe to do so.
- In your branch, run `yarn run release-dev`. 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 `-dev.X` (eg. `0.29.10-my-feature-dev.1`). Many quilt packages reference others. If your are prompted to version other packages, it is safe to do so.
- 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 deb branch. Set the Branch to your PR/feature branch and update the Environment to something specific to your feature (eg. test-cool-feature)
![Create Shipit Stack](../images/shipit-stack.png)
Expand Down

0 comments on commit 4b44145

Please sign in to comment.