Skip to content

Commit 7b39d93

Browse files
authored
Merge pull request #11 from masterpointio/chore/trunk-ignore-changelog
chore: trunk ignore changelog due to release-plz
2 parents a89284a + cc7382b commit 7b39d93

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.trunk/trunk.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,10 @@ lint:
3434
- linters: [tofu]
3535
paths:
3636
- "**/backend.tf.json"
37+
# Ignore CHANGELOG.md as release-please manages this file
38+
- linters: [prettier, markdownlint]
39+
paths:
40+
- CHANGELOG.md
3741
actions:
3842
enabled:
3943
- trunk-announce

0 commit comments

Comments
 (0)