Skip to content

Commit 73409be

Browse files
committed
docs: add release tooling and pre-requisites sections to RELEASE.md
1 parent 76d6979 commit 73409be

1 file changed

Lines changed: 14 additions & 0 deletions

File tree

RELEASE.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,20 @@ Use the command that matches the repository's package manager:
77
- npm: `npx @changesets/cli`
88
- pnpm: `pnpx @changesets/cli`
99

10+
## Release tooling
11+
12+
This project uses the [Changesets](https://github.com/changesets/changesets)
13+
tool to manage semantic versioning and release notes.
14+
15+
## Pre-requisites
16+
17+
Permit GitHub Actions to create and approve pull requests:
18+
19+
1. Go to Actions -> General in the repository settings: (`https://github.com/<user>/<repo>/settings/actions`)
20+
2. In `Workflow permissions` enable the toggle for
21+
`Allow GitHub Actions to create and approve pull requests` (it is not required
22+
to also toggle the `Read and write permission` option)
23+
1024
## Add a changeset interactively
1125

1226
Run the Changesets CLI and follow the prompts:

0 commit comments

Comments
 (0)