diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index cbff945..21c1a1b 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -21,6 +21,8 @@ jobs: bump-minor-pre-major: true bump-patch-for-minor-pre-major: true pull-request-title-pattern: "chore: Release ${version}" + extra-files: | + flake.nix publish: name: Publish crates diff --git a/flake.nix b/flake.nix index e2beb97..baddb71 100644 --- a/flake.nix +++ b/flake.nix @@ -51,7 +51,9 @@ commonArgs = { pname = "barretenberg-sys"; - version = "0.1.0"; + # x-release-please-start-version + version = "0.0.0"; + # x-release-please-end # As per https://discourse.nixos.org/t/gcc11stdenv-and-clang/17734/7 since it seems that aarch64-linux uses # gcc9 instead of gcc11 for the C++ stdlib, while all other targets we support provide the correct libstdc++