From f99677a3e5f1bb6c4664c104e9157ef8ef67742d Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 3 Sep 2025 15:22:28 +0000 Subject: [PATCH 1/2] chore(main): release 1.0.1 --- CHANGELOG.md | 7 +++++++ 1 file changed, 7 insertions(+) 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) From f79fd846adf039365390654c2b9862af30f1ff8c Mon Sep 17 00:00:00 2001 From: Veronika Gnilitska Date: Wed, 3 Sep 2025 18:35:14 +0300 Subject: [PATCH 2/2] chore: ignore CHANGELOG --- .trunk/trunk.yaml | 5 +++++ 1 file changed, 5 insertions(+) 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