Skip to content

feat: add /release slash command for automated releases#52

Merged
leonardocouy merged 1 commit intomainfrom
feat/release-command
Jan 19, 2026
Merged

feat: add /release slash command for automated releases#52
leonardocouy merged 1 commit intomainfrom
feat/release-command

Conversation

@leonardocouy
Copy link
Copy Markdown
Owner

Summary

  • Add /release slash command to automate the release process
  • Update .gitignore to allow tracking .claude/commands/ directory

What the command does

  1. Verifies CI is green on main branch
  2. Checks for new commits since last tag
  3. Asks for bump type (patch/minor/major)
  4. Updates version in package.json, tauri.conf.json, and Cargo.toml
  5. Creates commit, tag, and pushes to trigger release workflow

Usage

/release           # Interactive - asks for bump type
/release patch     # 1.2.0 → 1.2.1
/release minor     # 1.2.0 → 1.3.0
/release major     # 1.2.0 → 2.0.0

Test plan

  • Run /release in Claude Code to verify command loads
  • Test with --dry-run style verification (read command, verify steps)

@leonardocouy leonardocouy merged commit e0fd1c8 into main Jan 19, 2026
7 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant