chore: exclude dist and github from release-processing (#1447)

This commit is contained in:
Tom Keller 2025-08-20 11:48:11 -07:00 committed by kellertk
commit 9466cfb60a

View file

@ -6,7 +6,8 @@
"bump-minor-pre-major": false,
"bump-patch-for-minor-pre-major": false,
"draft": false,
"prerelease": false
"prerelease": false,
"exclude-paths": [".github", "dist"]
}
},
"$schema": "https://raw.githubusercontent.com/googleapis/release-please/main/schemas/config.json"