Skip to content

Commit

Permalink
Version is now 0.15
Browse files Browse the repository at this point in the history
  • Loading branch information
rasmus committed May 14, 2022
1 parent ab8f4e9 commit 2d483f4
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 @@ -41,7 +41,7 @@ jobs:
run: dotnet publish -o bake-it Source/Bake

- name: Run Bake
run: bake-it/bake run --build-version 0.14.$GITHUB_RUN_NUMBER
run: bake-it/bake run --build-version 0.15.$GITHUB_RUN_NUMBER

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

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

- name: Upload test results
uses: actions/upload-artifact@v2
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.15-beta

* *Nothing yet...*

# 0.14-beta

* New: Allow naming of containers by creating a `bake.yaml` file besides
Expand Down

0 comments on commit 2d483f4

Please sign in to comment.