From 3b1f111e35074afe684dd14ef75261691b46dc11 Mon Sep 17 00:00:00 2001 From: Cal Corum Date: Sat, 14 Feb 2026 08:53:38 -0600 Subject: [PATCH] Bump version to 2.29.6, fix stale deploy script reference in CLAUDE.md Co-Authored-By: Claude Opus 4.6 --- CLAUDE.md | 4 ++-- VERSION | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CLAUDE.md b/CLAUDE.md index 549c0f6..799c610 100644 --- a/CLAUDE.md +++ b/CLAUDE.md @@ -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 main "title" "description" +tea pulls create --repo cal/major-domo-v2 --head --base main --title "title" --description "description" ``` Gitea validates the version, builds the Docker image, and deploys on merge. diff --git a/VERSION b/VERSION index 56c92d5..afd9243 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -2.29.5 +2.29.6