Skip to content

Commit

Permalink
Update release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
rasmus committed Oct 22, 2024
1 parent f849973 commit 0bc7539
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.28.$GITHUB_RUN_NUMBER
run: bake-it/bake run --build-version 0.29.$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.28.$GITHUB_RUN_NUMBER --destination="nuget>github,nuget,release>github"
run: bake-it/bake run --convention=Release --build-version 0.29.$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.29-beta

* Fix: Incorrect parsing of Docker Hub image names, e.g. `rasmus/debug`

# 0.28-beta

* Feature: Allow setting timeouts for both ingredient gathering as well as composing
Expand Down

0 comments on commit 0bc7539

Please sign in to comment.