mirror of
https://github.com/danny-avila/LibreChat.git
synced 2026-02-11 03:54:23 +01:00
- 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. |
||
|---|---|---|
| .. | ||
| ISSUE_TEMPLATE | ||
| workflows | ||
| CODE_OF_CONDUCT.md | ||
| CONTRIBUTING.md | ||
| FUNDING.yml | ||
| playwright.yml | ||
| pull_request_template.md | ||
| SECURITY.md | ||