setup-automated-releases

Setup automated release workflows

Content Preview
# Setup Automated Releases

Setup automated release workflows

## Instructions

Set up automated releases following industry best practices:

1. **Analyze Repository Structure**
   - Detect project type (Node.js, Python, Go, etc.)
   - Check for existing CI/CD workflows
   - Identify current versioning approach
   - Review existing release processes

2. **Create Version Tracking**
   - For Node.js: Use package.json version field
   - For Python: Use __version__ in __init__.py or pyproject.toml
 
How to Use

Recommended: Install to project (local)

mkdir -p .claude/skills
curl -o .claude/skills/setup-automated-releases.md \
  https://raw.githubusercontent.com/qdhenry/Claude-Command-Suite/main/.claude/commands/deploy/setup-automated-releases.md

Skill is scoped to this project only. Add .claude/skills/ to your .gitignoreif you don't want to commit it.

Alternative: Clone full repo

git clone https://github.com/qdhenry/Claude-Command-Suite

Then reference at .claude/commands/deploy/setup-automated-releases.md

Related Skills