Skip to main content

Workflows

nanx provides several automated workflows to streamline your development process. From AI-powered commit messages to smart release automation, these workflows help you ship faster while maintaining quality and consistency.

Available Workflows

Quick Start

AI Commit in 30 Seconds

# Stage your changes
nanx r aa

# Generate and commit with AI message
nanx r cgm

# Or all in one: add, commit with AI, push
nanx r acgmp

Release in 30 Seconds

# Interactive release (prompts for version bump)
nanx repo release

# Quick patch release
nanx repo release --bump patch --yes

Prerequisites

Before using workflows, ensure you have:

Next Steps