[PR #848] [CLOSED] maybe? #910

Closed
opened 2026-02-16 00:19:30 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/run-llama/llama_cloud_services/pull/848
Author: @adrianlyjak
Created: 8/6/2025
Status: Closed

Base: mainHead: adrian/changesets


📝 Commits (10+)

📊 Changes

14 files changed (+1022 additions, -328 deletions)

View changed files

.changeset/README.md (+8 -0)
.changeset/config.json (+11 -0)
.github/workflows/release_py.yml (+0 -66)
.github/workflows/release_ts.yml (+0 -54)
.github/workflows/version_bump_and_release.yml (+61 -0)
📝 CONTRIBUTING.md (+110 -18)
package.json (+16 -0)
📝 pnpm-lock.yaml (+584 -8)
📝 pnpm-workspace.yaml (+2 -1)
py/package.json (+7 -0)
py/scripts/requirements.txt (+0 -0)
scripts/changeset-version.py (+221 -0)
scripts/version-bump.py (+0 -180)
📝 ts/llama_cloud_services/package.json (+2 -1)

📄 Description

No description provided


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/run-llama/llama_cloud_services/pull/848 **Author:** [@adrianlyjak](https://github.com/adrianlyjak) **Created:** 8/6/2025 **Status:** ❌ Closed **Base:** `main` ← **Head:** `adrian/changesets` --- ### 📝 Commits (10+) - [`90fa31f`](https://github.com/run-llama/llama_cloud_services/commit/90fa31f9062050d3fd57ed869d491e3d311b9b4f) feat: implement changesets - [`fd3b1e7`](https://github.com/run-llama/llama_cloud_services/commit/fd3b1e7304bc97331dd848628f0bc5a1bfe391e4) claude impl of changesets driven release - [`3bd69b8`](https://github.com/run-llama/llama_cloud_services/commit/3bd69b8a47e6a86cea8a662f817d396dc20c1c99) fake changeset - [`5076273`](https://github.com/run-llama/llama_cloud_services/commit/507627325ee95e7e7f0bc823ad7c9982ccead392) add publish - [`67dffc0`](https://github.com/run-llama/llama_cloud_services/commit/67dffc0936fc8f798d1e6872347e550f6f0a321d) add better validation - [`f7e6885`](https://github.com/run-llama/llama_cloud_services/commit/f7e688579119783324eebd7631b031c099058a75) link up env vars - [`815567a`](https://github.com/run-llama/llama_cloud_services/commit/815567ab3a2a159d24f066ca9c02cf67e0c8be90) simplify contributing - [`36673be`](https://github.com/run-llama/llama_cloud_services/commit/36673be697cb2c23a4f7b7138bd92aa78ce5aa76) defer to the package publish command - [`df7e352`](https://github.com/run-llama/llama_cloud_services/commit/df7e35292afe15876dda87f1d2ac485cb324da10) defer to the package publish command - [`d27cc3d`](https://github.com/run-llama/llama_cloud_services/commit/d27cc3d94c123975328f9680611657308c3e5edf) pre commit fixes ### 📊 Changes **14 files changed** (+1022 additions, -328 deletions) <details> <summary>View changed files</summary> ➕ `.changeset/README.md` (+8 -0) ➕ `.changeset/config.json` (+11 -0) ➖ `.github/workflows/release_py.yml` (+0 -66) ➖ `.github/workflows/release_ts.yml` (+0 -54) ➕ `.github/workflows/version_bump_and_release.yml` (+61 -0) 📝 `CONTRIBUTING.md` (+110 -18) ➕ `package.json` (+16 -0) 📝 `pnpm-lock.yaml` (+584 -8) 📝 `pnpm-workspace.yaml` (+2 -1) ➕ `py/package.json` (+7 -0) ➕ `py/scripts/requirements.txt` (+0 -0) ➕ `scripts/changeset-version.py` (+221 -0) ➖ `scripts/version-bump.py` (+0 -180) 📝 `ts/llama_cloud_services/package.json` (+2 -1) </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
yindo added the pull-request label 2026-02-16 00:19:30 -05:00
yindo closed this issue 2026-02-16 00:19:30 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: run-llama/llama_cloud_services#910