# Zenprojectgit Claude Code Plugins Plus Skills Windsurf Release Automation

> Windsurf Release Automation

- Skill: `tomevault-io/zenprojectgit-claude-code-plugins-plus-skills-windsurf-relea` (Agent Skill, multi-file: 2 files)
- Install (CLI): `npx skillmds@latest add tomevault-io/zenprojectgit-claude-code-plugins-plus-skills-windsurf-relea`
- Raw SKILL.md: https://api.skillmd.com/api/skills/tomevault-io/zenprojectgit-claude-code-plugins-plus-skills-windsurf-relea/raw
- Safety review: pending (external: skill-scanner PASS, skillspector PASS)
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: tomevault-io (https://skillmd.com/u/tomevault-io)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/tomevault-io/zenprojectgit-claude-code-plugins-plus-skills-windsurf-relea

---

# Windsurf Release Automation

## Overview

This skill enables automated release workflows within Windsurf using Cascade AI. It analyzes commits to determine semantic version bumps, generates comprehensive changelogs, manages Git tags, and publishes releases.

## Prerequisites

- Windsurf IDE with Cascade enabled
- Git repository with commit history
- Conventional commits or consistent commit format
- npm/yarn/pnpm for JavaScript projects (or equivalent)
- CI/CD pipeline for automated publishing (optional)

## Instructions

1. **Configure Version Strategy**
2. **Set Up Automation**
3. **Prepare Release**
4. **Execute Release**
5. **Post-Release Tasks**

See `${CLAUDE_SKILL_DIR}/references/implementation.md` for detailed implementation guide.

## Output

- Updated version in package.json
- Generated CHANGELOG.md entry
- Git tag for release version
- Published package to registry
- Release notes for distribution

## Error Handling

See `${CLAUDE_SKILL_DIR}/references/errors.md` for comprehensive error handling.

## Examples

See `${CLAUDE_SKILL_DIR}/references/examples.md` for detailed examples.

## Resources

- [Windsurf Release Automation](https://docs.windsurf.ai/features/release)
- [Semantic Release Documentation](https://semantic-release.gitbook.io/)
- [Conventional Commits](https://www.conventionalcommits.org/)

---
> Source: [ZenProjectGit/claude-code-plugins-plus-skills](https://github.com/ZenProjectGit/claude-code-plugins-plus-skills) — distributed by [TomeVault](https://tomevault.io).
<!-- tomevault:4.0:skill_md:2026-05-23 -->

