Skip to content

Releases: cake-build/cake-action

2.0.0

05 Feb 15:59
v2.0.0
Compare
Choose a tag to compare

This release upgrades to Node 16 and adds a new feature. 📈

Breaking Changes

  • #41 Update to Node 16

New Features

  • #17 Add support for implicit bootstrapping of modules

1.4.1

10 Aug 19:18
v1.4.1
Compare
Choose a tag to compare

This release fixes a bug. 🐞

Bug Fixes

  • #37 Script arguments containing : are truncated

1.4.0

25 Oct 17:55
v1.4.0
Compare
Choose a tag to compare

This release adds support for installing Cake as a .NET local tool. 🧰

New Features

  • #26 Add support for installing Cake using tool manifest (thanks to @devlead)

1.3.0

08 Jan 12:46
v1.3.0
Compare
Choose a tag to compare

This release adds support for passing custom script arguments. 🙌

New Features

  • #10 Allow to specify configuration argument as input
  • #16 Add support for the dry run option

1.2.0

07 Oct 08:43
v1.2.0
Compare
Choose a tag to compare

Cake Action is now officially part of the Cake Organisation. 🍰

Security

Improvements

  • #13 Update the documentation to point to the new repository URL
  • 3f70b42 Change the icon on the Marketplace to more closely resemble Cake
  • 9229ab8 Disable the .NET Core CLI welcome message for a leaner build log

1.1.1

18 Nov 15:26
v1.1.1
Compare
Choose a tag to compare

This release fixes a regression introduced in 1.1.0. 🐞

Bug Fixes

  • #9 The build fails when running the script with a specific version of Cake

1.1.0

05 Nov 14:41
v1.1.0
Compare
Choose a tag to compare

This release allows you to tweak the way your Cake script runs in a GitHub Actions workflow. 🔧

New Features

Bug Fixes

  • #8 It's possible to use multiple instances of the Cake Action within the same build definition

1.0.1

25 Oct 09:10
v1.0.1
Compare
Choose a tag to compare

This version fixes the inevitable small bugs of a 1.0 release. 🐛

Bug Fixes

  • b01aabb Disables the .NET Core telemetry
  • ce09535 Correctly looks for build.cake if no script path is specified

1.0.0

24 Oct 23:31
v1.0.0
Compare
Choose a tag to compare

This is the first release of the Cake action for GitHub Actions. 🎉

See the README file for the list of features.