diff --git a/.github/workflows/pull-requests.yml b/.github/workflows/pull-requests.yml index 2969fd76..b2ce4470 100644 --- a/.github/workflows/pull-requests.yml +++ b/.github/workflows/pull-requests.yml @@ -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 diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 0064a5e3..169f2615 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -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 diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index 6337b209..6aa937c2 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -1,3 +1,7 @@ +# 0.15-beta + +* *Nothing yet...* + # 0.14-beta * New: Allow naming of containers by creating a `bake.yaml` file besides