Skip to content

Commit

Permalink
Prepare release (#39)
Browse files Browse the repository at this point in the history
  • Loading branch information
rasmus authored Nov 29, 2021
1 parent 47755a9 commit d2e0db6
Show file tree
Hide file tree
Showing 3 changed files with 10 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 @@ -53,4 +53,4 @@ jobs:
run: dotnet publish -o bake-it Source/Bake

- name: Run Bake
run: bake-it/Bake run --build-version 0.1.$GITHUB_RUN_NUMBER --print-plan=true
run: bake-it/Bake run --build-version 0.2.$GITHUB_RUN_NUMBER --print-plan=true
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,4 +53,4 @@ jobs:
run: dotnet publish -o bake-it Source/Bake

- name: Run Bake
run: bake-it/Bake run --convention=Release --print-plan=true --build-version 0.1.$GITHUB_RUN_NUMBER --destination="nuget>github,nuget"
run: bake-it/Bake run --convention=Release --print-plan=true --build-version 0.2.$GITHUB_RUN_NUMBER --destination="nuget>github,nuget,release>github"
8 changes: 8 additions & 0 deletions RELEASE_NOTES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
# 0.2-beta initial release

* New: Build, test and create containers for either .NET or Go
* New: Supported destinations for artifacts
* Docker Hub
* GitHub Packages (NuGet and container)
* GitHub Releases (tools)

# 0.1-alpha version of Bake

- Basic functionality

0 comments on commit d2e0db6

Please sign in to comment.