Skip to content

Latest commit

 

History

History
29 lines (19 loc) · 915 Bytes

File metadata and controls

29 lines (19 loc) · 915 Bytes

Contributing

Thank you for your interest in contributing!

Quick Start

# Install uv if needed
curl -LsSf https://astral.sh/uv/install.sh | sh

# Setup
uv sync --all-extras

# Install poe globally (optional)
uv tool install poethepoet

Available Commands

View all available tasks:

poe --help

🚀 Releasing

This project uses semantic-pr-release-drafter for automated release management. To release, simply click "Edit" on the latest release draft from the releases page, and then click "Publish release". This publish operation will trigger all necessary downstream publish operations.

ℹ️ For more detailed instructions, please see the Releasing Guide.