Skip to content

Commit 29fe9df

Browse files
ci(release): exclude non-source paths from release-please triggers
1 parent b8eb704 commit 29fe9df

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

release-please-config.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{
22
"$schema": "https://raw.githubusercontent.com/googleapis/release-please/main/schemas/config.json",
33
"release-type": "python",
4+
"exclude-paths": [".github", "demo", "docs", "tests"],
45
"packages": {
56
".": {}
67
}

0 commit comments

Comments
 (0)