Skip to content

Commit

Permalink
Merge pull request #1060 from eventflow/prepare-v1
Browse files Browse the repository at this point in the history
Prepare v1 release
  • Loading branch information
rasmus authored Nov 16, 2024
2 parents 73a9b46 + 76e1772 commit c3eed11
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 c3eed11

Please sign in to comment.