diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 3cd8435..0d7a2d6 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -1,11 +1,12 @@ -# CONTRIBUTING +# H ## Contributing with Changesets -We use [Changesets](https://github.com/changesets/changesets/) to manage versioning and changelogs for our packages. This ensures consistent version bumps and automatic changelog generation. +We use [Changesets](https://github.com/changesets/changesets/) to manage versioning and changelogs for our packages. This ensures consistent version bumps and automatic chaasdasdasdasdngelog generation. When you created changes on a branch please run changesets to trigger a new version or update the changelog: + ```bash pnpm changeset ``` @@ -14,11 +15,9 @@ This will prompt you to: 1. Select the packages affected by your changes. 2. Choose a bump type: - - `patch` → bug fixes, small improvements - `minor` → new features, backwards-compatible - `major` → breaking changes - 3. Add a summary describing your changes. After completion, a markdown file will be created in .changeset/ (e.g., red-fox.md).