mirror of
https://github.com/run-llama/mcp-server-llamacloud.git
synced 2026-06-30 20:47:54 -04:00
add changeset
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
# Changesets
|
||||
|
||||
This directory contains [changesets](https://github.com/changesets/changesets) which are used to generate the changelog and handle versioning for this package.
|
||||
|
||||
When you make a change that requires a version bump, run `npx changeset` and follow the prompts to create a new changeset file.
|
||||
|
||||
The changeset will be automatically used to create a PR that bumps the version and updates the changelog when the changes are merged to the main branch.
|
||||
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"$schema": "https://unpkg.com/@changesets/config@2.3.1/schema.json",
|
||||
"changelog": "@changesets/cli/changelog",
|
||||
"commit": false,
|
||||
"fixed": [],
|
||||
"linked": [],
|
||||
"access": "public",
|
||||
"baseBranch": "main",
|
||||
"updateInternalDependencies": "patch",
|
||||
"ignore": []
|
||||
}
|
||||
@@ -0,0 +1,5 @@
|
||||
---
|
||||
"@llamaindex/mcp-server-llamacloud": patch
|
||||
---
|
||||
|
||||
Support multiple indexes
|
||||
Reference in New Issue
Block a user