# Release

> Run the complete release workflow: changelog entry, version bump, git tag, and GitHub release. Invokes changelog-entry, tag-version, and publish in sequence. Use when releasing a new version of the project.

- **Type:** Skill
- **Install:** `agentstack add skill-davila7-claude-with-skills-release`
- **Verified:** Yes — security-reviewed for prompt injection and unsafe behavior
- **Seller:** [davila7](https://agentstack.voostack.com/s/davila7)
- **Installs:** 0
- **Category:** [Developer Tools](https://agentstack.voostack.com/c/developer-tools)
- **Latest version:** 0.1.0
- **License:** MIT
- **Upstream author:** [davila7](https://github.com/davila7)
- **Source:** https://github.com/davila7/claude-with-skills/tree/main/src/content/docs/03-advanced/lesson-08-plugins-and-distribution/examples/release-plugin/skills/release
- **Website:** https://claude-with-skills.vercel.app

## Install

```sh
agentstack add skill-davila7-claude-with-skills-release
```

Requires the [AgentStack CLI](https://agentstack.voostack.com/docs/cli). Works with Claude Code, Cursor, and any MCP-compatible agent.

## About

Run the complete release workflow for `$ARGUMENTS` (e.g., `1.2.0`, `patch`, `minor`, `major`).

If `$ARGUMENTS` is empty, stop and tell the user: "Provide a version or bump type — for example: `/release-plugin:release patch` or `/release-plugin:release 1.2.0`."

## Pre-flight

Check the current state before doing anything:

!`git status --short 2>&1`

!`git describe --tags --abbrev=0 2>/dev/null && echo "latest tag found" || echo "no tags yet"`

If the working tree is dirty (uncommitted changes shown above), stop and tell the user to commit or stash their changes before running the release workflow. A release must start from a clean state.

## Steps

1. Run `/release-plugin:changelog-entry` to generate the changelog entry for all commits since the last tag.

   Review the output carefully. Ask the user: "Does this changelog entry look accurate? Type 'yes' to continue or 'edit' to open CHANGELOG.md first."

   If the user says 'edit', open CHANGELOG.md and wait for them to confirm they are done editing before continuing.

2. Run `/release-plugin:tag-version $ARGUMENTS` to bump the version in package.json and create the annotated git tag.

   Confirm the tag was created by showing the output of `git describe --tags --abbrev=0`.

3. Run `/release-plugin:publish` to push the tag to origin and create the GitHub release.

4. Report the release URL returned by `/release-plugin:publish`. Tell the user the release is complete.

If any step fails, stop immediately and report which step failed and what the error was. Do not attempt to continue after a failure.

## Source & license

This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.

- **Author:** [davila7](https://github.com/davila7)
- **Source:** [davila7/claude-with-skills](https://github.com/davila7/claude-with-skills)
- **License:** MIT
- **Homepage:** https://claude-with-skills.vercel.app

Install and usage instructions live in the source repository linked above.

## Pricing

- **Free** — Free

## Security capabilities

Automated source analysis of v0.1.0 — what this tool can access:

- **Network access:** no
- **Filesystem access:** no
- **Shell / process execution:** no
- **Environment & secrets:** no
- **Dynamic code execution:** no

*"Yes" means the capability is present in the source — more access means more to trust, not that it is unsafe.*


## Versions

- **0.1.0** — security scan: passed — Imported from the upstream source.

## Links

- Listing page: https://agentstack.voostack.com/l/skill-davila7-claude-with-skills-release
- Seller: https://agentstack.voostack.com/s/davila7
- Browse the marketplace: https://agentstack.voostack.com/browse

---
Listed on AgentStack — the marketplace for AI agent skills and MCP servers. Every listing is security-reviewed. Creators keep 70%.
