From 6db5bafab5fff11642b9d7852b0ca680d87d1537 Mon Sep 17 00:00:00 2001 From: get-colibri Date: Sat, 28 Feb 2026 20:39:41 +0000 Subject: [PATCH 1/2] =?UTF-8?q?=F0=9F=92=BE=20Change=20'CONTRIBUTING.md'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CONTRIBUTING.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 3cd84356..8573ed15 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -6,6 +6,7 @@ We use [Changesets](https://github.com/changesets/changesets/) to manage version 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). From 078df92bd5f6a4dceb149ca0779899d7fab9bd5e Mon Sep 17 00:00:00 2001 From: get-colibri Date: Sat, 28 Feb 2026 20:39:59 +0000 Subject: [PATCH 2/2] =?UTF-8?q?=F0=9F=92=BE=20Change=20'CONTRIBUTING.md'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CONTRIBUTING.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 8573ed15..0d7a2d64 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -1,8 +1,8 @@ -# 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: