Skip to content

Commit

Permalink
chore: non-interactive releases
Browse files Browse the repository at this point in the history
  • Loading branch information
jlarmstrongiv committed Jul 15, 2024
1 parent cdca2fa commit c4e9e53
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -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" \
Expand Down
2 changes: 1 addition & 1 deletion bunny-sdk.csproj
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<Version>0.0.2</Version>
<Version>0.0.3</Version>
<IncludeSourceRevisionInInformationalVersion>false</IncludeSourceRevisionInInformationalVersion>
<OutputType>Exe</OutputType>
<TargetFramework>net8.0</TargetFramework>
Expand Down

0 comments on commit c4e9e53

Please sign in to comment.