From 908521746fc5894eccdeab8b6fecc42b3adaface Mon Sep 17 00:00:00 2001 From: YeonGyu-Kim Date: Tue, 23 Dec 2025 22:25:30 +0900 Subject: [PATCH] fix(publish): include schema.json in release commit MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 🤖 GENERATED WITH ASSISTANCE OF [OhMyOpenCode](https://github.com/code-yeongyu/oh-my-opencode) --- script/publish.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/script/publish.ts b/script/publish.ts index c13324b..ba7e33d 100644 --- a/script/publish.ts +++ b/script/publish.ts @@ -122,7 +122,7 @@ async function gitTagAndRelease(newVersion: string, notes: string[]): Promise