Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump version numbers and add small release notes #374

Merged
merged 1 commit into from
Apr 4, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
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