[PR #847] [CLOSED] feat: implement changesets #911

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/847
Author: @AstraBert
Created: 8/6/2025
Status: Closed

Base: mainHead: clelia/changesets


📝 Commits (2)

  • 90fa31f feat: implement changesets
  • 09e761f ci: correct changeset actions

📊 Changes

17 files changed (+1036 additions, -20 deletions)

View changed files

.changeset/README.md (+8 -0)
.changeset/config.json (+11 -0)
.github/workflows/release.yml (+52 -0)
.github/workflows/version_bump.yml (+47 -0)
📝 CONTRIBUTING.md (+151 -18)
package.json (+19 -0)
📝 pnpm-lock.yaml (+582 -0)
📝 pnpm-workspace.yaml (+2 -1)
py/package.json (+14 -0)
py/scripts/new_version.py (+34 -0)
py/scripts/new_version.sh (+22 -0)
py/scripts/pre_release_check.py (+21 -0)
py/scripts/release.sh (+36 -0)
py/scripts/requirements.txt (+2 -0)
py/scripts/test_new_version.py (+32 -0)
📝 scripts/version-bump.py (+0 -0)
📝 ts/llama_cloud_services/package.json (+3 -1)

📄 Description

Implementing changesets for version management and release workflows


🔄 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/847 **Author:** [@AstraBert](https://github.com/AstraBert) **Created:** 8/6/2025 **Status:** ❌ Closed **Base:** `main` ← **Head:** `clelia/changesets` --- ### 📝 Commits (2) - [`90fa31f`](https://github.com/run-llama/llama_cloud_services/commit/90fa31f9062050d3fd57ed869d491e3d311b9b4f) feat: implement changesets - [`09e761f`](https://github.com/run-llama/llama_cloud_services/commit/09e761f0abd285c2f42b41ffbd2079493ea64636) ci: correct changeset actions ### 📊 Changes **17 files changed** (+1036 additions, -20 deletions) <details> <summary>View changed files</summary> ➕ `.changeset/README.md` (+8 -0) ➕ `.changeset/config.json` (+11 -0) ➕ `.github/workflows/release.yml` (+52 -0) ➕ `.github/workflows/version_bump.yml` (+47 -0) 📝 `CONTRIBUTING.md` (+151 -18) ➕ `package.json` (+19 -0) 📝 `pnpm-lock.yaml` (+582 -0) 📝 `pnpm-workspace.yaml` (+2 -1) ➕ `py/package.json` (+14 -0) ➕ `py/scripts/new_version.py` (+34 -0) ➕ `py/scripts/new_version.sh` (+22 -0) ➕ `py/scripts/pre_release_check.py` (+21 -0) ➕ `py/scripts/release.sh` (+36 -0) ➕ `py/scripts/requirements.txt` (+2 -0) ➕ `py/scripts/test_new_version.py` (+32 -0) 📝 `scripts/version-bump.py` (+0 -0) 📝 `ts/llama_cloud_services/package.json` (+3 -1) </details> ### 📄 Description Implementing changesets for version management and release workflows --- <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#911