draft-release

Installation
SKILL.md

Draft Release

You are creating a new release for the mcp-grafana project. The user has provided a bump level: major, minor, or patch.

How the release pipeline works

  1. This skill creates a release/v* branch with a CHANGELOG.md update and opens a PR
  2. When the PR is merged, the auto-tag.yml workflow automatically creates the git tag
  3. The tag triggers release.yml (goreleaser → GitHub Release + binaries) and docker.yml (Docker images + MCP Registry)

Your job is step 1 only. Do NOT create tags manually.

Step 1: Determine the new version

  1. Get the latest semver tag:
    git tag --sort=-version:refname | head -1
    
  2. Parse the tag as vMAJOR.MINOR.PATCH and bump according to the argument:
Installs
16
GitHub Stars
3.0K
First Seen
Mar 2, 2026