Merge branch 'master' into wip-v1.0

This commit is contained in:
Mason Daugherty
2025-09-23 01:27:12 -04:00
5 changed files with 36 additions and 7 deletions

View File

@@ -3,6 +3,7 @@
# Format: type(scope): description or type!: description (breaking)
add-missing-labels: true
clear-prexisting: false
include-commits: false
include-title: true
label-for-breaking-changes: breaking
@@ -21,7 +22,24 @@ label-mapping:
infra: ["chore", "ci", "build", "infra"]
# Integration partners - detected by scope
integration: ["anthropic", "chroma", "deepseek", "exa", "fireworks", "groq", "huggingface", "mistralai", "nomic", "ollama", "openai", "perplexity", "prompty", "qdrant", "xai"]
integration:
[
"anthropic",
"chroma",
"deepseek",
"exa",
"fireworks",
"groq",
"huggingface",
"mistralai",
"nomic",
"ollama",
"openai",
"perplexity",
"prompty",
"qdrant",
"xai",
]
# Releases
release: ["release"]