Project Release banner
ToastyToast25 ToastyToast25

Project Release

Documentation community

Description

--- name: project-release description: Prepare and execute a new release with version bump and changelog argument-hint: "[major|minor|patch|version]" --- # Release Command Prepare and execute a new release with version bump, changelog, and git operations. ## Usage ``` /project-release [version_type] ``` ## Arguments `$ARGUMENTS` can be: - `major` - Breaking changes (1.0.0 → 2.0.0) - `minor` - New features (1.0.0 → 1.1.0) - `patch` - Bug fixes (1.0.0 → 1.0.1) - `1.2.3` - Specific version nu

Installation

Installs to ~/.claude/commands/toastytoast25-claude-code-dart-flutter-project-release.md

Terminal
mkdir -p ~/.claude/commands && curl -fsSL https://raw.githubusercontent.com/ToastyToast25/claude-code-dart-flutter/HEAD/.claude/commands/project-release.md -o ~/.claude/commands/toastytoast25-claude-code-dart-flutter-project-release.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository