Skip to content

Releases: brad-jones/gomake

v2.1.0

13 Feb 05:43
Compare
Choose a tag to compare

2.1.0 (2019-02-13)

Features

  • default-env-values: options can now consume env vars (c3b424d), closes #5

v2.0.0

13 Feb 04:15
Compare
Choose a tag to compare

2.0.0 (2019-02-13)

Bug Fixes

  • option-names: are now chain cased as one would expect for a cli app (d8137f7), closes #6

BREAKING CHANGES

  • option-names: we no longer support options with camelCase, all options are chain-case. To be clear the function parameters are still camelCase but the option comments and cobra option names are to be chain-case.

v1.6.3

13 Feb 03:22
Compare
Choose a tag to compare

1.6.3 (2019-02-13)

Bug Fixes

  • long-description: comments can be spaced out for readability (e60d57e), closes #4
  • long-description: if only whitespace truncate to zero length string (873973d)
  • option-comments: can now have colons in their descriptions (2c63203), closes #1

v1.6.2

13 Feb 02:02
Compare
Choose a tag to compare

1.6.2 (2019-02-13)

Bug Fixes

  • cache: any go file inside a .gomake folder is added to the hash (ae70702), closes #7

v1.6.1

13 Feb 01:22
Compare
Choose a tag to compare

1.6.1 (2019-02-13)

Bug Fixes

  • help: exit code now returns as 1 for unknown commands or flags (e1edc9f), closes #8

v1.6.0

12 Feb 08:53
Compare
Choose a tag to compare

1.6.0 (2019-02-12)

Features

  • rpm-deb: added rpm and deb package generation using nfpm (1d33261)

v1.5.0

12 Feb 07:53
Compare
Choose a tag to compare

1.5.0 (2019-02-12)

Features

  • scoop: added scoop support (764ab79)

v1.4.1

12 Feb 07:13
Compare
Choose a tag to compare

1.4.1 (2019-02-12)

Bug Fixes

  • brew: download link needed the 'v' prefixed to the version number (08c4887)

v1.4.0

07 Feb 09:03
Compare
Choose a tag to compare

1.4.0 (2019-02-07)

Features

  • brew: added homebrew support (5daf063)

v1.3.1

05 Feb 21:57
Compare
Choose a tag to compare

1.3.1 (2019-02-05)

Bug Fixes

  • windows-executor: exit from windows executor workflow correctly (0e1a73c)
  • windows-runner-path: instead of runner/.exe we now have runner.exe (ea09f94)