v1: document branch names

This commit is contained in:
Enrico Ros
2024-10-28 20:02:18 -07:00
parent 632a4a565f
commit c92ee2e22a
2 changed files with 14 additions and 2 deletions
+2 -2
View File
@@ -51,8 +51,8 @@ jobs:
with:
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
tags: |
type=raw,value=development,enable=${{ github.ref == 'refs/heads/main' }}
type=raw,value=stable,enable=${{ github.ref == 'refs/heads/main-stable' }}
type=raw,value=development,enable=${{ github.ref == 'refs/heads/v1/dev' }}
type=raw,value=stable,enable=${{ github.ref == 'refs/heads/v1/stable' }}
type=ref,event=tag # Use the tag name as a tag for tag builds
type=semver,pattern={{version}} # Generate semantic versioning tags for tag builds
type=sha # Just in case none of the above applies
+12
View File
@@ -19,6 +19,18 @@ Or fork & run on Vercel
[![Deploy with Vercel](https://vercel.com/button)](https://vercel.com/new/clone?repository-url=https%3A%2F%2Fgithub.com%2Fenricoros%2Fbig-AGI&env=OPENAI_API_KEY&envDescription=Backend%20API%20keys%2C%20optional%20and%20may%20be%20overridden%20by%20the%20UI.&envLink=https%3A%2F%2Fgithub.com%2Fenricoros%2Fbig-AGI%2Fblob%2Fmain%2Fdocs%2Fenvironment-variables.md&project-name=big-AGI)
### New Version
This repository contains two main versions:
- Big-AGI Stable: as deployed on big-agi.com
- `v1/stable`: Current stable version
- `v1/dev`: V1 development branch (this branch)
- Big-AGI 2: next-generation, bringing the most advanced AI experience
- `v2/dev`: V2 development branch, the exciting one, future default
Note: After the V2 release in Q4, `v2/dev` will become the default branch and `v1/dev` will reach EOL.
### Quick links: 👉 [roadmap](https://github.com/users/enricoros/projects/4/views/2) 👉 [installation](docs/installation.md) 👉 [documentation](docs/README.md)
### What's New in 1.16.1...1.16.8 · Sep 13, 2024 (patch releases)