Skip to content

Commit

Permalink
Release process update (#166)
Browse files Browse the repository at this point in the history
A couple of extra notes about release process
  • Loading branch information
penx committed Mar 26, 2018
1 parent 158dcc2 commit deeebc4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion CONTRIBUTING.md
Expand Up @@ -52,8 +52,9 @@ In order to prepare a release:

- ensure you have [hub](https://hub.github.com) installed (e.g. `brew install hub`)
- run `./scripts/release.sh`, you will be asked to choose a semver increment and, if this is the first time running hub, you will be asked for your GitHub credentials
- you will also be asked for a title and description for the draft release, though this can be left blank and filled in on GitHub later
- this will open a PR on GitHub and draft a release
- once the PR is merged [publish the draft release corresponding to the new version number in GitHub](https://github.com/penx/govuk-react/releases).
- once the PR is merged, open the [draft release corresponding to the new version number on GitHub](https://github.com/penx/govuk-react/releases), change the target branch to master, check the title and description and then click `Publish release`.

When the tag is created, the CI server will automatically release to npm using lerna exec, see:

Expand Down

0 comments on commit deeebc4

Please sign in to comment.