You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[](https://github.com/NHSDigital/nhsuk-react-components/actions?query=workflow%3A%22CI+Build%22+branch%3Amain)[](https://bundlephobia.com/result?p=nhsuk-react-components)
@@ -47,3 +55,14 @@ A storybook containing all of the components and their usage can be found [here]
47
55
- Thomas Judd-Cooper ([GitHub](https://github.com/tomdango))
48
56
- Sam Brown ([GitHub](https://github.com/samueldavidbrown))
49
57
- Luke Pearson ([GitHub](https://github.com/lukepearson))
58
+
59
+
### Preparing Releases
60
+
61
+
Releases run in CI using github actions.
62
+
63
+
To prepare a release create a new release TAG in github with your release version.
64
+
65
+
>`NPM_TOKEN` should be stored in the repositories [secrets in GitHub](https://github.com/NHSDigital/nhsuk-react-components/settings/secrets/actions)
66
+
67
+
- Create a new release with a tag like `major.minor.patch` against main.
68
+
- If the change is a `beta` then select `pre-release` as true, this will make the `tag` point at `beta`. Otherwise the tag will be `latest`.
0 commit comments