We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
6c1fa25
kiln now supports a select function in its templating.
kiln
select
For instance, this section in our example tile:
my_release_version: $( release "my-release" | select "version" )
Results in:
my_release_version: 1.2.3