From: Alexander Goussas Date: Sun, 26 Oct 2025 04:03:25 +0000 (-0500) Subject: chore: update ignored commits in gradle config X-Git-Url: http://git.frustrated-labs.net/?a=commitdiff_plain;h=004cc3d029cd8fdead9644b0381243e519b192d3;p=gradle-changelog-plugin.git chore: update ignored commits in gradle config --- diff --git a/app/build.gradle.kts b/app/build.gradle.kts index 4b4cae6..0cbc842 100644 --- a/app/build.gradle.kts +++ b/app/build.gradle.kts @@ -12,6 +12,9 @@ changelog { baseBranch = "main" ignoreCommits = listOf( "test", + "tests", + "readme", + "README" ) } }