[PR #650] [MERGED] fix: release action doesn't run custom version command #659

Closed
opened 2026-02-15 20:15:45 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/run-llama/create-llama/pull/650
Author: @leehuwuj
Created: 5/25/2025
Status: Merged
Merged: 5/25/2025
Merged by: @leehuwuj

Base: mainHead: lee/fix-release


📝 Commits (1)

  • d927bdb fix release action didn't run custom version command

📊 Changes

4 files changed (+9 additions, -13 deletions)

View changed files

.changeset/afraid-forks-taste.md (+5 -0)
📝 .github/workflows/release.yml (+2 -0)
python/llama-index-server/CHANGELOG.md (+0 -11)
📝 python/llama-index-server/package.json (+2 -2)

📄 Description

Summary by CodeRabbit

  • Chores

    • Updated release workflow to use a new versioning command.
    • Adjusted versioning script and downgraded package version.
    • Removed the changelog file for the server package.
  • New Features

    • Introduced a configuration option for suggesting next questions in the server package.

🔄 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/create-llama/pull/650 **Author:** [@leehuwuj](https://github.com/leehuwuj) **Created:** 5/25/2025 **Status:** ✅ Merged **Merged:** 5/25/2025 **Merged by:** [@leehuwuj](https://github.com/leehuwuj) **Base:** `main` ← **Head:** `lee/fix-release` --- ### 📝 Commits (1) - [`d927bdb`](https://github.com/run-llama/create-llama/commit/d927bdb194657c6a79f429bbb0a4c5dbc24e6d1b) fix release action didn't run custom version command ### 📊 Changes **4 files changed** (+9 additions, -13 deletions) <details> <summary>View changed files</summary> ➕ `.changeset/afraid-forks-taste.md` (+5 -0) 📝 `.github/workflows/release.yml` (+2 -0) ➖ `python/llama-index-server/CHANGELOG.md` (+0 -11) 📝 `python/llama-index-server/package.json` (+2 -2) </details> ### 📄 Description <!-- This is an auto-generated comment: release notes by coderabbit.ai --> ## Summary by CodeRabbit - **Chores** - Updated release workflow to use a new versioning command. - Adjusted versioning script and downgraded package version. - Removed the changelog file for the server package. - **New Features** - Introduced a configuration option for suggesting next questions in the server package. <!-- end of auto-generated comment: release notes by coderabbit.ai --> --- <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-15 20:15:46 -05:00
yindo closed this issue 2026-02-15 20:15:46 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: run-llama/create-llama#659