diff --git a/.github/workflows/docker-image.yml b/.github/workflows/docker-image.yml index 94be0ba91..707ed6534 100644 --- a/.github/workflows/docker-image.yml +++ b/.github/workflows/docker-image.yml @@ -13,7 +13,6 @@ on: push: branches: - v2-dev - #- v1-dev # Disabled because this is not needed anymore #- v1-stable # Disabled as the v* tag is used for stable releases tags: - 'v*' # Trigger on version tags (e.g., v1.7.0) diff --git a/README.md b/README.md index 9345bfa94..58d78a07b 100644 --- a/README.md +++ b/README.md @@ -24,12 +24,11 @@ Or fork & run on Vercel This repository contains two main versions: - Big-AGI 2: next-generation, bringing the most advanced AI experience - - `v2-dev`: V2 development branch, the exciting one, future default + - `v2-dev`: V2 development branch, the exciting one, future default (this branch) - Big-AGI Stable: as deployed on big-agi.com - - `v1-dev`: V1 development branch (this branch) - - `v1-stable`: Current stable version + - `v1-stable`: Current stable version, and currently the Docker 'latest' tagged images -Note: After the V2 release in Q4, `v2-dev` will become the default branch and `v1-dev` will reach EOL. +Note: After the V2 Q1 2025 release, `v2-dev` will become the default branch and `v1-stable` will reach EOL. ### Quick links: 👉 [roadmap](https://github.com/users/enricoros/projects/4/views/2) 👉 [installation](docs/installation.md) 👉 [documentation](docs/README.md)