Skip to content

Releases: nonfx/terrarium

v0.2: TER-249 fix app yaml support in generate command (#84)

12 Sep 09:45
4861be5
Compare
Choose a tag to compare
There was a bug that'd not allow yaml files in input flags even while having it documented. Reason was the extension value was inaccurately checked for `yaml` or `yml` instead of `.yaml` or `.yml`.
This change fixes the condition, and also adds unit test to assert this use-case.

v0.1: TER-218 Add release workflow for CLI

28 Aug 15:09
2116135
Compare
Choose a tag to compare
Added a Github action workflow that is triggered by the creation of
a release. It will build the various OS/Arch combinations of the CLI
and upload a separate .tar.gz/zip for each to the GH release assets.