Breaking Change
#62 the template variable Body
is removed
Please replace Body
into CombinedOutput
.
CombinedOutput
includes both the standard output and standard error output.
Feature
#63 feat: improve default template
Add ✅ and ❌ to comment title to make the result clear
ex.
AS IS
## Apply Result
TO BE
## :x: Apply Result
Fix
#62 parse error result properly
tfcmt
parsed only the standard output and ignored standard error output, so it failed to parse the error result.
ex.
$ tfcmt apply -- terraform apply -auto-approve
AS IS
TO BE