Skip to content

Commit

Permalink
Merge pull request #1100 from alphagov/update-pre-release-docs
Browse files Browse the repository at this point in the history
Clarify process for deploying a pre-release
  • Loading branch information
NickColley authored Jan 18, 2019
2 parents 88df9f8 + 5f99ae7 commit 815ecb4
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions docs/contributing/publishing-a-pre-release.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,10 @@ No changes get published to npm as part of the process.

4. Run `npm run release-to-branch`.

There should now be a branch `pre-release-[your-branch-name-here]` pushed to remote, which you can install with:
There should now be a branch `pre-release-[your-branch-name-here]` pushed to the GOV.UK Frontend remote origin.

To install this pre-release branch in another project, you can run the following command:

```bash
npm install --save alphagov/govuk-frontend#pre-release-[your-branch-name-here]
```
```

0 comments on commit 815ecb4

Please sign in to comment.