Skip to content

Commit

Permalink
Version is now 0.38
Browse files Browse the repository at this point in the history
  • Loading branch information
rasmus committed Feb 10, 2025
1 parent b6bc44e commit 32d5e9f
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pull-requests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@ jobs:
build:
uses: ./.github/workflows/pipeline.yaml
with:
version: 0.37.${{ github.run_number }}
version: 0.38.${{ github.run_number }}
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
build:
uses: ./.github/workflows/pipeline.yaml
with:
version: 0.37.${{ github.run_number }}
version: 0.38.${{ github.run_number }}
bake-convention: release
secrets:
nuget-apikey: ${{ secrets.NUGET_APIKEY }}
4 changes: 4 additions & 0 deletions RELEASE_NOTES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# 0.38

* *Nothing yet...*

# 0.37

* Fix: Handle cases where there's no GitHub information
Expand Down

0 comments on commit 32d5e9f

Please sign in to comment.