From 7269f64e6f4acacc3447c0017b2547c13a3fcc1a Mon Sep 17 00:00:00 2001 From: this-is-tobi Date: Sat, 3 Aug 2024 20:29:38 +0200 Subject: [PATCH] ci: :green_heart: reset version tag --- release-please-config.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/release-please-config.json b/release-please-config.json index 7b4781c..bf2060f 100644 --- a/release-please-config.json +++ b/release-please-config.json @@ -1,8 +1,11 @@ { + "$schema": "https://raw.githubusercontent.com/googleapis/release-please/main/schemas/config.json", + "initial-version": "0.1.0", "packages": { ".": { "package-name": "external-dns-midaas-webhook", - "include-component-in-tag": false + "include-component-in-tag": false, + "initial-version": "0.1.0" } } } \ No newline at end of file