Skip to content

Commit e6ca9d7

Browse files
committed
feat: exclude paths that do not warrant a release
1 parent 1c0f30f commit e6ca9d7

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

.release-please-config.json

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,14 @@
1313
"release-type": "simple",
1414
"pull-request-title-pattern": "chore: release ${version}"
1515
}
16-
}
16+
},
17+
"exclude-paths": [
18+
".github",
19+
"site",
20+
".release-please-manifest.json",
21+
".release-please-config.json",
22+
"CONTRIBUTING.md",
23+
"CODE_OF_CONDUCT.md",
24+
"examples"
25+
]
1726
}

0 commit comments

Comments
 (0)