File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
1226Run the Changesets CLI and follow the prompts:
You can’t perform that action at this time.
0 commit comments