From 22f0022a0932f5639bb4808df16e76c245256880 Mon Sep 17 00:00:00 2001 From: Jim Myhrberg Date: Mon, 8 May 2023 01:57:38 +0100 Subject: [PATCH] feat(release): prepare for v1.0.0 --- .github/release-please-config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/release-please-config.json b/.github/release-please-config.json index cc77335..84e88ec 100644 --- a/.github/release-please-config.json +++ b/.github/release-please-config.json @@ -10,7 +10,7 @@ "bump-patch-for-minor-pre-major": true, "draft": false, "prerelease": false, - "initial-version": "0.0.1" + "release-as": "1.0.0" } }, "$schema": "https://raw.githubusercontent.com/googleapis/release-please/main/schemas/config.json"