mirror of
https://github.com/langflow-ai/langflow.git
synced 2026-07-24 13:29:52 +08:00
* feat: update docker-build.yml to conditionally retrieve version and adjust tagging logic for Docker images in workflows * Refactor release workflow to separate base and main package handling - Split `release_package` input into `release_package_base` and `release_package_main` - Add new inputs for building Docker images: `build_docker_base` and `build_docker_main` - Update conditional checks and job dependencies to reflect new inputs - Separate Docker build workflows for base and main packages * Refactor release.yml to introduce separate inputs for base and main packages, enhancing workflow flexibility and clarity * chore: update release.yml to set default pre-release option to false, reflecting new workflow strategy * chore: add pre-release check to release.yml to validate version format before proceeding with the workflow * chore: remove deprecated pre-release workflows, consolidating configuration for cleaner CI/CD process * chore: modify pre-release check in release.yml to use poetry version for validation, enhancing version format accuracy * chore: refine pre-release version check in release.yml for improved regex validation, ensuring accurate version detection