Skip to content

Commit bd1e9e7

Browse files
authored
chore: exclude dist and github from release-processing (#1447)
1 parent 0be2363 commit bd1e9e7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

release-please-config.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@
66
"bump-minor-pre-major": false,
77
"bump-patch-for-minor-pre-major": false,
88
"draft": false,
9-
"prerelease": false
9+
"prerelease": false,
10+
"exclude-paths": [".github", "dist"]
1011
}
1112
},
1213
"$schema": "https://raw.githubusercontent.com/googleapis/release-please/main/schemas/config.json"

0 commit comments

Comments
 (0)