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..d36e604 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -2.29.5 +2.29.8