# prepare-release

Prepare release with changelog and version bump

## Usage

Run this command to execute the specified operation.

## Process

1. Analyze current state
2. Execute required operations
3. Verify results
4. Generate report

## Commands

```bash
# Execute command
npm run prepare-release

# With options
npm run prepare-release -- --option value
```

## Options

| Option    | Description          |
| --------- | -------------------- |
| --verbose | Show detailed output |
| --dry-run | Preview changes      |

## Output

- Operation results
- Status report
- Recommendations
