From 1edbd2a7af053b703c4f9dc67448ef89797fe832 Mon Sep 17 00:00:00 2001 From: Jim Myhrberg Date: Mon, 14 Nov 2022 17:11:36 +0000 Subject: [PATCH] chore: remove VERSION file --- VERSION | 1 - release-please-config.json | 4 +--- 2 files changed, 1 insertion(+), 4 deletions(-) delete mode 100644 VERSION diff --git a/VERSION b/VERSION deleted file mode 100644 index 88c5fb8..0000000 --- a/VERSION +++ /dev/null @@ -1 +0,0 @@ -1.4.0 diff --git a/release-please-config.json b/release-please-config.json index f0dd980..7872847 100644 --- a/release-please-config.json +++ b/release-please-config.json @@ -11,9 +11,7 @@ "bump-patch-for-minor-pre-major": false, "draft": false, "prerelease": false, - "extra-files": [ - "VERSION" - ] + "extra-files": [] } }, "$schema": "https://raw.githubusercontent.com/googleapis/release-please/main/schemas/config.json"