Skip to content

Commit

Permalink
Add release script and documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
paulrobertlloyd committed Dec 10, 2023
1 parent 1f3595a commit 72c6b94
Show file tree
Hide file tree
Showing 3 changed files with 6,023 additions and 1,695 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -302,3 +302,12 @@ s3. Love numbers.
<li>Love numbers.</li>
</ol>
```

## Releasing a new version

`npm run release`

This command will ask you what version you want to use. It will then publish a new version on NPM, create and push a new git tag and then generate release notes ready for posting on GitHub.

> [!NOTE]
> Releasing a new version requires permission to publish packages to the `@x-govuk` organisation.
Loading

0 comments on commit 72c6b94

Please sign in to comment.