From daa0ea133b57a21a268d2ccbf12c811f173d7603 Mon Sep 17 00:00:00 2001 From: kevaundray Date: Fri, 16 Jun 2023 22:05:28 +0100 Subject: [PATCH] add version file to release-please --- .github/workflows/release-please.yml | 1 + VERSION | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/release-please.yml b/.github/workflows/release-please.yml index 8c837aa12e..c3a3f3c5ca 100644 --- a/.github/workflows/release-please.yml +++ b/.github/workflows/release-please.yml @@ -23,3 +23,4 @@ jobs: pull-request-title-pattern: "chore(barretenberg): Release ${version}" extra-files: | cpp/CMakeLists.txt + VERSION diff --git a/VERSION b/VERSION index d9fb9c7365..6a61e0f194 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -v3.0 +v0.1.0 x-release-please-version