LibreChat/.github/workflows
Ruben Talstra f94aba4831
feat(ci): add automated release workflow
- Added GitHub Actions workflow `Create Release PR` to automate the creation of release pull requests.
  - Retrieves the last version from `package.json`.
  - Creates a new release branch and pull request with the relevant metadata.
  - Assigns a reviewer and labels the PR as a release.

- Added GitHub Actions workflow `Tag and Release` to automate tagging and releasing.
  - Extracts the last version from `package.json`.
  - Generates a changelog by retrieving merged PRs and categorizing changes.
  - Creates a version tag and pushes it to the repository.
  - Creates a GitHub Release with an auto-generated changelog.

This improves the CI/CD pipeline by streamlining the release process and ensuring structured versioning.
2025-02-10 20:32:21 +01:00
..
a11y.yml 🤲 a11y: Sidebar Text Contrast (#3665) 2024-08-16 13:50:47 -04:00
backend-review.yml 🧹 chore: Migrate to Flat ESLint Config & Update Prettier Settings (#5737) 2025-02-09 12:15:20 -05:00
build.yml Update build.yml 2023-07-22 13:35:00 -04:00
create-release-pr.yml feat(ci): add automated release workflow 2025-02-10 20:32:21 +01:00
data-provider.yml chore: Get the latest of all github actions (#1335) 2023-12-14 07:44:38 -05:00
deploy-dev.yml ci: deploy test server post-dev image build pt. 3 2024-08-09 02:55:33 -04:00
deploy.yml chore: Get the latest of all github actions (#1335) 2023-12-14 07:44:38 -05:00
dev-images.yml 🐳 experimental: Dev Image Workflow & Remove Unused Code (#1928) 2024-02-29 09:24:55 -05:00
eslint-ci.yml 🎯 ci: Update ESLint Workflow to target api/ and client/ changes (#5771) 2025-02-10 09:05:03 -05:00
frontend-review.yml 🪟 fix: Windows Build (npm) (#3889) 2024-09-02 10:01:09 -04:00
generate_embeddings.yml 🚀 feat: Add GitHub Actions Workflow for Generating Docs Embeddings (#2216) 2024-03-26 11:57:04 -04:00
helmcharts.yml 🪖 refactor: Helm chart release workflow (#4311) 2024-10-03 07:20:56 -04:00
locize-i18n-sync.yml 📜 ci: Consolidate Locize Workflows for Missing Keys & PR Creation (#5769) 2025-02-10 09:03:59 -05:00
main-image-workflow.yml 🐳 hotfix: Tag Images Workflow Update (#2272) 2024-04-01 19:04:37 -04:00
main-version-bump.yml feat(ci): add automated release workflow 2025-02-10 20:32:21 +01:00
tag-and-release.yml feat(ci): add automated release workflow 2025-02-10 20:32:21 +01:00
tag-images.yml 🐳 hotfix: Tag Images Workflow Update (#2272) 2024-04-01 19:04:37 -04:00