From c6995939a57b975f08944caf7de6577d447c64b6 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 15 Oct 2024 23:22:58 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=A4=96=20update=20tagpr=20config=20using?= =?UTF-8?q?=20robot.=20(#44)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: github-actions[bot] Co-authored-by: github-actions[bot] --- .tagpr | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.tagpr b/.tagpr index 11e1299..f36a4e2 100644 --- a/.tagpr +++ b/.tagpr @@ -2,6 +2,6 @@ vPrefix = true releaseBranch = main versionFile = .tagpr - command = go run gen/version/gen.go ghcr.io/cuisongliu/automq-operator:v0.0.4 && make info + command = go run gen/version/gen.go ghcr.io/cuisongliu/automq-operator:v0.1.0 && make info release = false changelog = true