Skip to content

Commit

Permalink
Prepare v1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
rasmus committed Nov 16, 2024
1 parent 73a9b46 commit 76e1772
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ jobs:

# https://github.com/rasmus/Bake
- name: Install Bake
run: dotnet tool install -g --version 0.23.36-beta Bake
run: dotnet tool install -g --version 0.30.43-beta Bake

- name: Run Bake
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ jobs:

# https://github.com/rasmus/Bake
- name: Install Bake
run: dotnet tool install -g --version 0.23.36-beta Bake
run: dotnet tool install -g --version 0.30.43-beta Bake

- name: Run Bake
run: |
Expand Down
2 changes: 1 addition & 1 deletion RELEASE_NOTES.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
### New in 1.0-alpha (not properly released yet)
### New in 1.0 (not properly released yet)

Read the complete migration guide to get the full list of changes as well as recommendations
on how to do the migration.
Expand Down

0 comments on commit 76e1772

Please sign in to comment.