Skip to content

v1.22.7

Choose a tag to compare

@github-actions github-actions released this 19 Apr 23:29
· 4 commits to main since this release
Immutable release. Only release title and notes can be modified.
288124b

TaskWing v1.22.7

Full Changelog: v1.22.6...v1.22.7

Changelog

馃悰 Bug Fixes

  • : fix(bootstrap): allow multi-repo workspaces and use resolved store paths (@josephgoksu)

Installation

Homebrew (macOS/Linux):

brew install josephgoksu/tap/taskwing

Manual Installation:

  1. Download the appropriate binary for your platform from the assets below
  2. Extract the archive
  3. Move the binary to a directory in your PATH
  4. Run taskwing --help to get started

From Source:

git clone https://github.com/josephgoksu/TaskWing
cd TaskWing
go build -o taskwing main.go

Released by GoReleaser 馃殌