mirror of
https://github.com/danny-avila/LibreChat.git
synced 2026-01-11 13:08:51 +01:00
- Now correctly determines the base version for version bumping:
- Uses the version from an existing version bump PR if available.
- Falls back to `package.json` version if no existing PR is found.
- Ensures that the version is bumped based on the labels of the newly merged PR.
- Closes an existing version bump PR before creating a new one to prevent duplicates.
- Removed the redundant branch creation step as `create-pull-request@v7` fully manages it.
- Ensures that every new version bump PR correctly increments beyond the last one.
This improves automation reliability and prevents version conflicts. 🚀
|
||
|---|---|---|
| .. | ||
| a11y.yml | ||
| backend-review.yml | ||
| build.yml | ||
| data-provider.yml | ||
| deploy-dev.yml | ||
| deploy.yml | ||
| dev-images.yml | ||
| eslint-ci.yml | ||
| frontend-review.yml | ||
| generate_embeddings.yml | ||
| helmcharts.yml | ||
| locize-i18n-sync.yml | ||
| main-image-workflow.yml | ||
| tag-images.yml | ||
| version-bump.yml | ||