Skip to content

v0.1.4 (2024-07-01)

Compare
Choose a tag to compare
@github-actions github-actions released this 01 Jul 21:09

Release Notes

Feat

  • add runs-on property to specify the task's platform
  • add support for default env values with env(VAR:default)
  • add inline env var replacement with env(VAR)
  • add dotenv support

Fix

  • join arguments with space
  • correctly pass shell args

Refactor

  • move args and env replacements to util functions

Install braise 0.1.4

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/cestef/braise/releases/download/v0.1.4/braise-installer.sh | sh

Install prebuilt binaries via powershell script

powershell -c "irm https://github.com/cestef/braise/releases/download/v0.1.4/braise-installer.ps1 | iex"

Install prebuilt binaries via Homebrew

brew install cestef/tap/braise

Download braise 0.1.4

File Platform Checksum
braise-aarch64-apple-darwin.tar.xz Apple Silicon macOS checksum
braise-x86_64-apple-darwin.tar.xz Intel macOS checksum
braise-x86_64-pc-windows-msvc.zip x64 Windows checksum
braise-x86_64-unknown-linux-gnu.tar.xz x64 Linux checksum