Skip to content

Commit

Permalink
Merge pull request #495 from rasmus/version-0-37
Browse files Browse the repository at this point in the history
Version is now 0.37
  • Loading branch information
rasmus authored Jan 23, 2025
2 parents 64e3b3f + 3e86f91 commit 2b089f1
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.36.${{ github.run_number }}
version: 0.37.${{ 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.36.${{ github.run_number }}
version: 0.37.${{ 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.37

* *Nothing yet...*

# 0.36

* New: Dropped the `-beta` on Bake version, version `0.x` says as much
Expand Down

0 comments on commit 2b089f1

Please sign in to comment.