mirror of
https://github.com/danny-avila/LibreChat.git
synced 2025-12-16 16:30:15 +01:00
📦 chore: Update API Package Dependencies (#7359)
* chore: temporarily remove @librechat/agents * chore: bump @langchain/google-genai to v0.2.8 * chore: bump @langchain/google-vertexai to v0.2.8 * chore: bump @langchain/core to v0.3.55 * chore: bump @librechat/agents to v2.4.316 * chore: bump @librechat/agents to v2.4.317 * chore: update title for Unreleased Changelog PR to include documentation emoji * chore: add workflow_dispatch trigger and update Pull Request title for changelog
This commit is contained in:
parent
a5ff8253a4
commit
d5b399550e
4 changed files with 1989 additions and 69 deletions
|
|
@ -4,6 +4,7 @@ on:
|
|||
push:
|
||||
tags:
|
||||
- 'v*.*.*'
|
||||
workflow_dispatch:
|
||||
|
||||
jobs:
|
||||
generate-release-changelog-pr:
|
||||
|
|
@ -88,7 +89,7 @@ jobs:
|
|||
base: main
|
||||
branch: "changelog/${{ github.ref_name }}"
|
||||
reviewers: danny-avila
|
||||
title: "chore: update CHANGELOG for release ${{ github.ref_name }}"
|
||||
title: "📜 docs: Changelog for release ${{ github.ref_name }}"
|
||||
body: |
|
||||
**Description**:
|
||||
- This PR updates the CHANGELOG.md by removing the "Unreleased" section and adding new release notes for release ${{ github.ref_name }} above previous releases.
|
||||
- This PR updates the CHANGELOG.md by removing the "Unreleased" section and adding new release notes for release ${{ github.ref_name }} above previous releases.
|
||||
|
|
|
|||
|
|
@ -99,9 +99,9 @@ jobs:
|
|||
branch: "changelog/unreleased-update"
|
||||
sign-commits: true
|
||||
commit-message: "action: update Unreleased changelog"
|
||||
title: "action: update Unreleased changelog"
|
||||
title: "📜 docs: Unreleased Changelog"
|
||||
body: |
|
||||
**Description**:
|
||||
- This PR updates the Unreleased section in CHANGELOG.md.
|
||||
- It compares the current main branch with the latest version tag (determined as ${{ steps.get_latest_tag.outputs.tag }}),
|
||||
regenerates the Unreleased changelog, removes any old Unreleased block, and inserts the new content.
|
||||
regenerates the Unreleased changelog, removes any old Unreleased block, and inserts the new content.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue