Bump version to 2.29.6, fix stale deploy script reference in CLAUDE.md
Some checks failed
Build Docker Image / build (pull_request) Failing after 12s

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
Cal Corum 2026-02-14 08:53:38 -06:00
parent 05bb28c8c4
commit 3b1f111e35
2 changed files with 3 additions and 3 deletions

View File

@ -53,9 +53,9 @@ class MyCog(commands.Cog):
## Deployment
Builds and deploys are handled by Gitea Actions. Just create a PR to `main`:
Builds and deploys are handled by Gitea Actions. Create a PR to `main` using `tea`:
```bash
/home/cal/.claude/scripts/gitea-create-pr.sh cal/major-domo-bot <branch> main "title" "description"
tea pulls create --repo cal/major-domo-v2 --head <branch> --base main --title "title" --description "description"
```
Gitea validates the version, builds the Docker image, and deploys on merge.

View File

@ -1 +1 @@
2.29.5
2.29.6