release

A release workflow for preparing and publishing a new project version. It reviews changes, updates the version and changelog, creates a Git tag, and publishes a GitHub release.

In plain words
What is it for?
Use it to decide whether a change is a patch, minor, or major release under semantic versioning, prepare release notes, tag the code, and publish the release on GitHub.
Why use it?
It brings the steps of a software release into one repeatable process and helps avoid missing version, changelog, or publication updates.

Command for Claude Code

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

agentmods
npx agentmods add commands/hint-services/obsidian-github-mcp/release
Clone the repo
git clone --depth 1 https://github.com/Hint-Services/obsidian-github-mcp

Made for: Claude Code.

Per session 0 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 764 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5 $0.00000 $0.00764
Opus 5 $0.00000 $0.00382
Sonnet 5 $0.00000 $0.00153
Haiku 4.5 $0.00000 $0.00076

Measured 2d ago against content hash fdee0a6588cb, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

release scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 2d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

.claude/commands/release.md · 95 lines

What it actually says

You are an AI engineer tasked with creating a new version release for the project. Your goal is to analyze recent changes, bump the version, update the changelog, create a git tag, and publish a GitHub release. Follow these steps carefully:

  1. Analyze recent changes since the last version: <release_type> $ARGUMENTS </release_type>

  2. Review the current version in package.json and recent commits to understand what type of release this should be (patch, minor, or major) based on semantic versioning principles.

  3. Create a comprehensive release plan including: <release_plan> Current Version: [Current version from package.json] New Version: [Proposed new version] Release Type: [patch/minor/major] Key Changes: [List of major changes since last version] </release_plan>

  4. For version bumping and release creation: a. Update the version number in package.json c. Update CHANGELOG.md with comprehensive release notes including:

    • New features (### Added)
    • Improvements (### Improved)
    • Bug fixes (### Fixed)
    • Breaking changes if applicable (### Breaking Changes)

    Note: The changelog is user-facing and should focus on user benefits rather than technical implementation details. Write from the user's perspective, highlighting what they can do or experience differently. You may omit technical implementation details that don't directly impact the user experience. d. Commit all changes with a descriptive release commit message e. Create an annotated git tag for the version f. Push the commit and tags to the remote repository

  5. Create a GitHub release: a. Use the git tag as the release version b. Generate comprehensive release notes from the changelog c. Include highlights of major features and improvements d. Use appropriate emoji and formatting for better readability e. Publish the release on GitHub

  6. Verify the release: a. Confirm the version is updated in all relevant locations b. Verify the git tag was created and pushed successfully c. Check that the GitHub release is published and visible d. Ensure the changelog follows proper formatting and completeness

Your final output should include:

  1. The release plan with version analysis
  2. A summary of all files updated
  3. The commit message used
  4. The git tag created
  5. A link to the published GitHub release

Format your final output as follows: <release_output> <release_plan> [Your comprehensive release plan] </release_plan>

<files_updated> [List of files that were updated during the release process] </files_updated>

<version_changes> [Summary of version number changes made] </version_changes>

<commit_details> Commit Message: [The release commit message] Git Tag: [The git tag created] </commit_details>

<github_release> Release URL: [Link to the published GitHub release] Release Title: [The GitHub release title] </github_release>

<verification_checklist>

  • package.json version updated
  • CHANGELOG.md updated with comprehensive notes
  • Release commit created and pushed
  • Git tag created and pushed
  • GitHub release published
  • All changes verified and functional </verification_checklist> </release_output>

Remember to follow semantic versioning principles:

  • Patch (x.x.X): Bug fixes and small improvements
  • Minor (x.X.x): New features that don't break existing functionality
  • Major (X.x.x): Breaking changes or major architectural updates

Wait for user confirmation before proceeding with each major step of the release process.

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 2d ago First seen · 95 lines · 0 tokens per session scan A fdee0a6588cb

Subscribe to this mod's changes

release is a command published in the GitHub repository Hint-Services/obsidian-github-mcp (9 stars, last pushed 9mo ago), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 764 tokens. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.