diff --git a/README.md b/README.md index c34f274..ea7c134 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Claude Code Facts -> Last updated: 2026-04-28 +> Last updated: 2026-05-16 A collection of interesting and useful facts, tips, tools, and guides for working with Claude and Claude Code. diff --git a/claude-code-tools.md b/claude-code-tools.md index a368d49..7585151 100644 --- a/claude-code-tools.md +++ b/claude-code-tools.md @@ -73,7 +73,7 @@ Fast code search skill for Claude Code — find classes, symbols, usages, implem Packaged `.skill` files available in the [skills/](skills/) directory: - **dolgolyov-dev-facts** — Sync local project configuration with the central claude-code-facts knowledge base. -- **dolgolyov-git-release-publisher** — Generate release notes and push release tags for repos hosted on Gitea or GitHub. +- **dolgolyov-git-release-publisher** — Generate release notes and push release tags for repos hosted on Gitea or GitHub. Runs pre-release checks (tests / lint / typecheck), pre-flight guards (branch, remote sync, duplicate tag, dirty tree), and post-tag CI watch. Supports `RELEASE_NOTES.md` overwrite or `CHANGELOG.md` prepend modes and prerelease versions (`-rc.N`, `-beta.N`, `-alpha.N`). - **feature-planner** — Plan and develop complex features using a structured, phase-based workflow with git integration, Markdown plans, review gates, and controlled merging. ## Toolkits diff --git a/skills/dolgolyov-git-release-publisher.skill b/skills/dolgolyov-git-release-publisher.skill index 1d45d25..9bc2722 100644 Binary files a/skills/dolgolyov-git-release-publisher.skill and b/skills/dolgolyov-git-release-publisher.skill differ