From c4e9e5367f8a929e6e645298de5b306e5e128bb5 Mon Sep 17 00:00:00 2001 From: "John L. Armstrong IV" <20903247+jlarmstrongiv@users.noreply.github.com> Date: Sun, 14 Jul 2024 20:59:02 -0600 Subject: [PATCH] chore: non-interactive releases --- CONTRIBUTING.md | 2 +- bunny-sdk.csproj | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 8e91a17..c4e2cb3 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -15,7 +15,7 @@ - `git push origin v0.0.1` ``` -gh release create v0.0.1 \ +gh release create v0.0.1 --notes="" \ "build/bunny-sdk-osx-arm64.gz" \ "build/bunny-sdk-osx-x64.gz" \ "build/bunny-sdk-linux-arm64.gz" \ diff --git a/bunny-sdk.csproj b/bunny-sdk.csproj index 6274636..ad12cee 100644 --- a/bunny-sdk.csproj +++ b/bunny-sdk.csproj @@ -1,7 +1,7 @@  - 0.0.2 + 0.0.3 false Exe net8.0