]> git.frustrated-labs.net Git - gradle-changelog-plugin.git/commitdiff
chore: update ignored commits in gradle config
authorAlexander Goussas <[email protected]>
Sun, 26 Oct 2025 04:03:25 +0000 (23:03 -0500)
committerAlexander Goussas <[email protected]>
Sun, 26 Oct 2025 04:03:25 +0000 (23:03 -0500)
app/build.gradle.kts

index 4b4cae6d2aafda8ec6aa789f441ab3b5840d2555..0cbc8421a424c5d6cb8527ae93dc7392efa6807e 100644 (file)
@@ -12,6 +12,9 @@ changelog {
         baseBranch = "main"
         ignoreCommits = listOf(
             "test",
+            "tests",
+            "readme",
+            "README"
         )
     }
 }