Skip to content

Commit

Permalink
chore: expand exclude-paths for release please
Browse files Browse the repository at this point in the history
  • Loading branch information
RogerHYang committed Oct 18, 2024
1 parent d935d4b commit b54c4ac
Showing 1 changed file with 15 additions and 1 deletion.
16 changes: 15 additions & 1 deletion release-please-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,21 @@
".": {
"package-name": "arize-phoenix",
"release-type": "python",
"exclude-paths": ["packages"]
"exclude-paths": [
".github",
".tours",
"api_reference",
"docs",
"examples",
"internal_docs",
"js",
"kustomize",
"packages",
"requirements",
"scripts",
"tests",
"tutorials"
]
},
"packages/phoenix-evals": {
"package-name": "arize-phoenix-evals",
Expand Down

0 comments on commit b54c4ac

Please sign in to comment.