Releases: fasibio/gomake
Releases · fasibio/gomake
1.2.3
Changelog
- f320420 Merge pull request #1 from fasibio/dependabot/github_actions/actions/checkout-3
- ec91cf7 Merge pull request #2 from fasibio/dependabot/github_actions/actions/setup-go-4
- 358bde7 Merge pull request #7 from fasibio/dependabot/go_modules/github.com/urfave/cli/v2-2.25.7
- adbc693 build(deps): bump github.com/urfave/cli/v2 from 2.23.7 to 2.25.7
- c000889 build(deps): bump actions/setup-go from 2 to 4
- 84f1a0d build(deps): bump actions/checkout from 2 to 3
- 156832b Update dependabot.yml
- 9d408eb Create dependabot.yml
1.2.2
Changelog
- e25af50 feat: doc field for command description feat: yaml syntax color for dry run output
- 0479419 feat: optimze shell command. Now it will execute and return directly
- 379444d fix: includeFile now also possible load wildcard and from url
- 02b2c24 fix: make code example better readable at readme
1.2.1
Changelog
- 9ee9153 feat: optimize readme
- 4394e52 fix: bug if includefile uesed but root has no variables
1.1.0
Changelog
- 73ea64c feat: Breaking Change yaml key variables change to vars and to call also you have to use {{ .Vars.subkey }}
1.0.30
Changelog
- f5f02ed feat: added init command, make command posible to write over stdin, make variable values as any useable
1.0.29
Changelog
- 988d6b0 fix: file dir error and add better example gomake file
1.0.28
Changelog
- b0d7018 fix: file dir error and add better example gomake file
1.0.27
Changelog
- e306d7f fix: include file variable handling