Skip to content

Releases: dugajean/goke

0.2.6

27 Dec 05:09
Compare
Choose a tag to compare

Changelog

0.2.5

27 Dec 05:04
Compare
Choose a tag to compare

Changelog

  • 4f08c1a Update release.yml to check version

0.2.4

27 Dec 01:33
Compare
Choose a tag to compare

Changelog

  • 830c8da Handle global opts based on if the parser present

0.2.3

31 Oct 03:21
Compare
Choose a tag to compare

Changelog

  • 30f9542 Increase action timeout
  • de48518 Refactor global option handlers
  • aef6307 Remove 'global' from parsed tasks (#33)
  • f55841d Sort -t output before it's printed

0.2.2

23 Oct 19:47
Compare
Choose a tag to compare

Changelog

  • fab49cf Make optional and clean up docs

0.2.1

23 Oct 19:38
Compare
Choose a tag to compare
0.2.1 Pre-release
Pre-release

Changelog

  • 98e968c Add --tasks which lists all tasks

0.2.0

23 Oct 18:59
Compare
Choose a tag to compare
0.2.0 Pre-release
Pre-release

Changelog

  • 77844f4 Add 'Done' indicator when task is done
  • f21d328 Add --init and --quiet flags
  • dea2406 Add --version flag
  • 471b9cb Add .vscode/ to .gitignore
  • afb1c9e Add additional ci checks
  • ac8cc6d Add commit-msg and pre-commit git hooks
  • 2f93609 Add go vet to pre-commit hook
  • 09e0a92 Add logic to bust parser cache & update tests
  • 6312870 Add support for --args to pass args and options to task cmds (#29)
  • a1515b6 Add support for goke.yaml file name
  • d04c867 Adjust gofmt command in ci
  • 2b520be Adjust gorelease config to remove test step
  • 39e1b53 Bring in filesystem implementation and create test mocks
  • 07b795d Cleanup tests and remove mocks
  • 9c1e397 Delete .DS_Store files
  • 7673a94 Fix index out of range panic when parsing cmd args
  • d59a3be Implement process wrapper & add executor tests (#27)
  • 8f4df12 Parser interface, dependencies updated (#26)
  • 1377eaa Remove windows from ci
  • f1ae76c Support environment variables per task (#20)
  • 95518bb Update README
  • 3e61a04 Update README's contributing section
  • 2039b85 Update README's installation section
  • b65470e Update ci to run linter and go vet
  • 9bbe816 Update pre-commit hook
  • fde22ec Update test so it passes on windows
  • 8bb6a47 Use goreleaser in CI & add brews config
  • 264d800 Use permanent github access token
  • a25c2d9 feature/goreleaser :: Adds support for goreleaser
  • acd52e1 feature/goreleaser :: run tests before building release
  • 1185dd6 issue #7 :: Refactored regexp to be a global variable that compiles once
  • d10eedc issue #7 :: filepath restore to initializing
  • 7d67721 issue #7 :: filepath restore to initializing, added space on func descriptions

0.1.2

24 Sep 23:50
Compare
Choose a tag to compare
0.1.2 Pre-release
Pre-release

Changelog

  • d856c2e Add --init and --quiet flags
  • fe88284 Fix index out of range panic when parsing cmd args
  • 3d65782 Use goreleaser in CI & add brews config
  • 961ed2b Refactor regexp to be a global variable that compiles once

0.1.1

15 Sep 04:50
Compare
Choose a tag to compare
0.1.1 Pre-release
Pre-release
  • Update parser and executer to expand environment variables

Full Changelog: 0.1...0.2

0.1

14 Sep 04:17
Compare
Choose a tag to compare
0.1 Pre-release
Pre-release