From aeae6e2b793bc9f0c6a435b579dc1c12b3a27868 Mon Sep 17 00:00:00 2001 From: Joshua Gilman Date: Tue, 25 Aug 2026 22:49:57 -0700 Subject: [PATCH] ci(release): set initial version to 0.1.0 --- release-please-config.json | 1 + 1 file changed, 1 insertion(+) diff --git a/release-please-config.json b/release-please-config.json index d97cb5a..bcca16e 100644 --- a/release-please-config.json +++ b/release-please-config.json @@ -7,6 +7,7 @@ "draft": true, "bump-minor-pre-major": true, "bump-patch-for-minor-pre-major": true, + "initial-version": "0.1.0", "packages": { ".": { "package-name": "codemode",