v1-dev has been fully obsoleted and removed. v1-stable is the stable v1, for Docker and big-agi.com, while v2-dev will soon become the new stable and replace v1-stable.

This commit is contained in:
Enrico Ros
2025-01-21 18:18:11 -08:00
parent c84b474632
commit eeae13d4ba
2 changed files with 3 additions and 5 deletions
-1
View File
@@ -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)
+3 -4
View File
@@ -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)