From 32d33b59ead908f3231dd07f16b41601d0592a84 Mon Sep 17 00:00:00 2001 From: bluwy Date: Thu, 11 Jun 2026 00:52:00 +0800 Subject: [PATCH 1/2] Enter pre mode --- .changeset/pre.json | 8 ++++++++ README.md | 3 +++ 2 files changed, 11 insertions(+) create mode 100644 .changeset/pre.json diff --git a/.changeset/pre.json b/.changeset/pre.json new file mode 100644 index 0000000..9ca2eee --- /dev/null +++ b/.changeset/pre.json @@ -0,0 +1,8 @@ +{ + "mode": "pre", + "tag": "next", + "initialVersions": { + "@changesets/ghcommit": "2.1.1" + }, + "changesets": [] +} diff --git a/README.md b/README.md index 81d2725..ffa8b7f 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,8 @@ # `@changesets/ghcommit` +> [!IMPORTANT] +> This is the development branch for `@changesets/ghcommit` v3. For the v2 code, check out the [maintenance/v2](https://github.com/changesets/ghcommit/tree/maintenance/v2) branch. + [![View on NPM](https://badgen.net/npm/v/@changesets/ghcommit)](https://www.npmjs.com/package/@changesets/ghcommit) NPM / TypeScript package to commit changes GitHub repositories using the GraphQL API. From d0a85977cb0959095a7c209f9184d48284a8e991 Mon Sep 17 00:00:00 2001 From: bluwy Date: Thu, 11 Jun 2026 01:07:14 +0800 Subject: [PATCH 2/2] Format --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ffa8b7f..b7c405e 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # `@changesets/ghcommit` > [!IMPORTANT] -> This is the development branch for `@changesets/ghcommit` v3. For the v2 code, check out the [maintenance/v2](https://github.com/changesets/ghcommit/tree/maintenance/v2) branch. +> This is the development branch for `@changesets/ghcommit` v3. For the v2 code, check out the [maintenance/v2](https://github.com/changesets/ghcommit/tree/maintenance/v2) branch. [![View on NPM](https://badgen.net/npm/v/@changesets/ghcommit)](https://www.npmjs.com/package/@changesets/ghcommit)