//! Tests for the orchestrator module.
//!
//! Test organization:
//! - `common`: Shared test utilities and helper functions
//! - `metadata`: PR metadata parsing and regex matching tests
//! - `package_releases`: Package release creation tests
//! - `pr_workflow`: Pull request workflow tests
//! - `release_workflow`: Release creation workflow tests
//! - `next_release`: Next release workflow tests
//! - `current_releases`: Release data retrieval tests
//! - `get_notes`: Get notes functionality tests