Skip to content

Commit

Permalink
Remove v1-dev, fully absorbed into v2-dev.
Browse files Browse the repository at this point in the history
  • Loading branch information
enricoros committed Jan 22, 2025
1 parent 590fc0d commit 2af4ee7
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
1 change: 0 additions & 1 deletion .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,6 @@ jobs:
with:
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
tags: |
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
Expand Down
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,7 @@ 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
- 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 & Docker 'latest' tag

Note: After the V2 release in Q4, `v2/dev` will become the default branch and `v1/dev` will reach EOL.

Expand Down

0 comments on commit 2af4ee7

Please sign in to comment.