github suzuki-shunsuke/tfcmt v0.7.0-2

latest releases: v4.14.0, v4.14.0-1, v4.13.0...
pre-release3 years ago

v0.7.0-1...v0.7.0-2

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

image

TO BE

image

Don't miss a new tfcmt release

NewReleases is sending notifications on new releases.