diff --git a/.trunk/trunk.yaml b/.trunk/trunk.yaml index 413fe62..61c922a 100644 --- a/.trunk/trunk.yaml +++ b/.trunk/trunk.yaml @@ -24,6 +24,11 @@ lint: - prettier@3.6.2 - trufflehog@3.90.5 - yamllint@1.37.1 + ignore: + # Ignore CHANGELOG.md as release-please manages this file + - linters: [ALL] + paths: + - "**/CHANGELOG.md" actions: enabled: - trunk-announce diff --git a/CHANGELOG.md b/CHANGELOG.md index 83e225f..a769f5b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.0.1](https://github.com/masterpointio/github-action-tf-test/compare/v1.0.0...v1.0.1) (2025-09-03) + + +### Bug Fixes + +* support pull_request_target case ([#12](https://github.com/masterpointio/github-action-tf-test/issues/12)) ([ee89cc8](https://github.com/masterpointio/github-action-tf-test/commit/ee89cc86b1a2249f7e2a2cb4dee36231eef03746)) + ## 1.0.0 (2025-05-05)