Skip to content

Releases: Kesin11/gh-workflow-ls

v2.0.1

04 May 10:45
Compare
Choose a tag to compare

v2.0.1

Changes

Dependencies

11 changes

v2.0.0

17 Mar 07:45
e689a0c
Compare
Choose a tag to compare

v2.0.0

Changes

💣 BREAKING CHANGES

Previously, gh-workflow-ls required each option to specify which repository and workflow file and ref to fetch.
This pull-request overhauls CLI options and provides more simple interface.

gh workflow-ls \
  -t $(gh auth token) \
  https://github.com/OWNER/REPO/actions/runs/RUN_ID

BREAKING CHANGES

Dependencies

6 changes

v1.0.1

23 Feb 03:34
Compare
Choose a tag to compare

v1.0.1

Thanks to Deno v1.41.0 🦕 , gh-workflow-ls binaries size are reduced dramatically 🎉

darwin-amd64: 101MB to 69MB
darwin-amr64: 96MB to 65MB
linux-amd64: 111MB to 80MB

Changes

Dependencies

v1.0.0

22 Feb 14:53
520178f
Compare
Choose a tag to compare

v1.0.0

Release v1.0.0 🎉 🎉

gh-workflow-ls provides executable binary and you can install it by gh extension install Kesin11/gh-workflowls.
After install as gh extension you can use it by gh workflow-ls.

Changes

BREAKING CHANGES

  • Fix README install by gh extension install. @Kesin11 (#23)

Fixes

Documentation

  • Fix README install by gh extension install. @Kesin11 (#23)

Internal improvement

v0.3.0

22 Feb 14:14
3a331b8
Compare
Choose a tag to compare

v0.3.0

Changes

Features

v0.2.0

19 Feb 13:43
aed9d9f
Compare
Choose a tag to compare

v0.2.0

Changes

Features

Fixes

Dependencies

6 changes

Internal improvement

v0.1.0

05 Feb 16:05
Compare
Choose a tag to compare

v0.1.0

Initial release 🎉
gh-workflow-ls is still under construction.

Changes

Dependencies

Internal improvement