Skip to content
Development
Skill

/release

Tag and release a new gcx version. Use when the user wants to cut a release, tag a version, run the release process, or says "release patch/minor/major".

From plugin
gcx
53729 skills1 agent
Install
$ npx -y skills add grafana/gcx --skill release --agent claude-code

How it fires

How this skill gets triggered: by you, by Claude, or both.

  • Fires itselfAuto-invocation. Claude auto-loads it when your prompt matches the work.Auto-invocation is when the right skill fires by itself at the right moment, driven by a FLOW.md router and a hook, instead of you invoking it by name. It is the difference between a skill being installed and a skill actually getting used.Read the full definition →
  • You can call itInvoke it directly when you want it.
  • Slash command/release

Context preview

The summary Claude sees to decide when to auto-load this skill.

Tag and release a new gcx version. Use when the user wants to cut a release, tag a version, run the release process, or says "release patch/minor/major".

SKILL.md

release.SKILL.md
name: release
description: Tag and release a new gcx version. Use when the user wants to cut a release, tag a version, run the release process, or says "release patch/minor/major".

Releasing gcx

Automated via `mise run tag`. Requires `claude` CLI and [`svu`](https://github.com/caarlos0/svu).

mise run tag -- patch   # or minor, major

This generates a changelog entry (via Claude), updates `CHANGELOG.md` and `.release-notes.md`, commits on a `release/vX.Y.Z` branch, and pushes the branch. Then:

1. Open a PR and merge it (the script prints the exact command) 2. After merge, tag the commit on main and push the tag:

   git checkout main && git pull
   git tag v0.X.Y
   git push origin v0.X.Y

The tag push triggers the GoReleaser workflow.

Ships withgcx

Grafana — in your terminal and your agentic coding environment. gcx works with Grafana Cloud, Enterprise, and OSS (Grafana 12+). See the compatibility matrix for details. Query production. Investigate alerts. Let the Assistant root-cause issues.

Get the whole plugin

Other skills on gcx.