From 0024fed912414effc4b9d17c5b8d55897fb018e5 Mon Sep 17 00:00:00 2001 From: kevaundray Date: Thu, 15 Jun 2023 23:20:25 +0100 Subject: [PATCH 1/2] Update CMakeLists.txt --- cpp/CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cpp/CMakeLists.txt b/cpp/CMakeLists.txt index e5f5382749..45313c2e2d 100644 --- a/cpp/CMakeLists.txt +++ b/cpp/CMakeLists.txt @@ -6,7 +6,7 @@ cmake_minimum_required(VERSION 3.24) project( Barretenberg DESCRIPTION "BN254 elliptic curve library, and PLONK SNARK prover" - VERSION 0.1.0 + VERSION 0.1.0 # x-release-please-version LANGUAGES CXX C ) @@ -139,4 +139,4 @@ include(cmake/threading.cmake) include(cmake/gtest.cmake) include(cmake/benchmark.cmake) include(cmake/module.cmake) -add_subdirectory(src) \ No newline at end of file +add_subdirectory(src) From 8c65eaf5fc5a5f8fff38f580fbb71fa9248991a7 Mon Sep 17 00:00:00 2001 From: kevaundray Date: Thu, 15 Jun 2023 23:21:35 +0100 Subject: [PATCH 2/2] Update release-please.yml --- .github/workflows/release-please.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/release-please.yml b/.github/workflows/release-please.yml index fe57debf46..8c837aa12e 100644 --- a/.github/workflows/release-please.yml +++ b/.github/workflows/release-please.yml @@ -21,3 +21,5 @@ jobs: bump-patch-for-minor-pre-major: true prerelease: true # Marks GitHub Releases for 0.x.x versions as "Pre-release" pull-request-title-pattern: "chore(barretenberg): Release ${version}" + extra-files: | + cpp/CMakeLists.txt