Tags: fummicc1/swift-complexity
Tags
chore: Add release notes categorization and eliminate duplication (#21) * improve: リリースノートのカテゴリ分けと重複解消 GitHub自動生成リリースノートを活用し、以下を改善: - .github/release.yml を追加してPRラベルによるカテゴリ分けを設定 - ワークフローから手動の「What's Changed」生成を削除し重複を解消 - バイナリ名をSwiftComplexityCLIに統一 * feat: Add label management as code Address PR review feedback to manage labels as code: - Add .github/labels.yml defining all labels used in release.yml - Add .github/workflows/labels.yml for automatic label sync - Include release note categories, standard GitHub labels, and workflow labels Labels are synced automatically when labels.yml is modified on main branch. * refactor: Consolidate duplicate labels Address PR review feedback: - Merge 'feature' into 'enhancement' (single label for new features) - Merge 'fix' into 'bug' (single label for bug-related PRs) - Update release.yml categories to match simplified labels