Skip to content

Commit 9901e6d

Browse files
Copilotabernier
andcommitted
Simplify CONTRIBUTING.md to reference .changeset/README
Co-authored-by: abernier <[email protected]>
1 parent 030e9e3 commit 9901e6d

File tree

1 file changed

+2
-16
lines changed

1 file changed

+2
-16
lines changed

CONTRIBUTING.md

Lines changed: 2 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -32,20 +32,6 @@ If you're adding a brand new feature, you need to make sure you add a storybook
3232

3333
We use [Changesets](https://github.com/changesets/changesets) to manage versions and publishing.
3434

35-
### Creating a changeset
35+
When you make changes that should be published, run `yarn changeset` to create a changeset and commit it with your PR.
3636

37-
When you make changes that should be published, you need to create a changeset:
38-
39-
1. Run `yarn changeset` (or `npx changeset`)
40-
2. Select the type of change:
41-
- `patch` for bug fixes (0.0.x)
42-
- `minor` for new features (0.x.0)
43-
- `major` for breaking changes (x.0.0)
44-
3. Provide a description of your changes
45-
4. Commit the generated changeset file with your PR
46-
47-
### Release process
48-
49-
When your PR is merged to `master`, the Changesets GitHub Action will:
50-
- Create a "Version Packages" PR that updates versions and changelogs
51-
- When the Version Packages PR is merged, it will automatically publish to npm
37+
For detailed instructions on how to create changesets and how the release process works, see [`.changeset/README.md`](.changeset/README.md).

0 commit comments

Comments
 (0)