Skip to content

0.0.3

Choose a tag to compare

@github-actions github-actions released this 30 Jan 19:52
· 143 commits to main since this release

Changelog

  • 01b040f Read config file only for "generate" command
  • 72313f8 Print warnings and errors on stderr, set exit code on generation errors
  • 1278cbf Move generate parameter bindings
  • 1a97082 Fix bugs in config file handling
  • 62d1fa9 Add version command
  • e9a17c5 Add comment with tool name and generation notice to wrapper script template
  • 638feb2 Add option to generate wrapper scripts for aliases
  • 20757e4 Extract wrapper script generation functions
  • 25824bb Generate wrapper scripts first, then aliases
  • 13f855e Support custom template file for wrapper script generation
  • e4cdbdf Remove write-config command because not very useful
  • 10466b0 Extend example config to parse .nvmrc for node
  • 787098f Update example config to use helm 3.8.0
  • 280d166 Make tag detection with sed more strict by default
  • 073643b Merge pull request #2 from aspettl/docker-image-with-goreleaser
  • b8e6ebb Push "latest" manifest on release
  • bca8f41 Use default settings for changelog generation
  • a4811c1 Also use scratch base image for edge builds
  • f47f730 Do not build tags with old docker workflow anymore
  • 3598b58 Adjust goreleaser workflow
  • 2a018c2 Build multi-arch docker images with goreleaser