We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fd29808 commit 87c6116Copy full SHA for 87c6116
.trunk/trunk.yaml
@@ -30,3 +30,8 @@ actions:
30
- trunk-check-pre-push
31
- trunk-fmt-pre-commit
32
- trunk-upgrade-available
33
+ ignore:
34
+ # Ignore CHANGELOG.md as release-please manages this file
35
+ - linters: [ALL]
36
+ paths:
37
+ - "**/CHANGELOG.md"
0 commit comments