Skip to content

Commit

Permalink
Merge pull request #374 from rasmus/prepare-release
Browse files Browse the repository at this point in the history
Bump version numbers and add small release notes
  • Loading branch information
rasmus authored Apr 4, 2024
2 parents cf7f3e5 + b902f23 commit 4fb0149
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 @@ -44,7 +44,7 @@ jobs:
run: dotnet publish -o bake-it Source/Bake

- name: Run Bake
run: bake-it/bake run --build-version 0.23.$GITHUB_RUN_NUMBER
run: bake-it/bake run --build-version 0.24.$GITHUB_RUN_NUMBER

- name: Upload test results
uses: actions/upload-artifact@v3
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
run: dotnet publish -o bake-it Source/Bake

- name: Run Bake
run: bake-it/bake run --convention=Release --build-version 0.23.$GITHUB_RUN_NUMBER --destination="nuget>github,nuget,release>github"
run: bake-it/bake run --convention=Release --build-version 0.24.$GITHUB_RUN_NUMBER --destination="nuget>github,nuget,release>github"

- name: Upload test results
uses: actions/upload-artifact@v3
Expand Down
4 changes: 4 additions & 0 deletions RELEASE_NOTES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# 0.24-beta

* Fix: Don't try to be clever and override default .NET GC settings

# 0.23-beta

* Feature: Output a container for hosting mkdocs documentation
Expand Down

0 comments on commit 4fb0149

Please sign in to comment.