CCU2 Release Toolkit

Release Management,
Simplified.

From GitHub commit lookup to patch cherry-pick tracking and deployment verification — everything you need for CCU2 release work in one place.

Get Started
CORE FEATURES
Patch ID Detection
Precise, No False Positives
Why Patch ID Comparison?
✗ commit hash Cherry-picking changes metadata (date, author), so the hash always differs
△ commit message Risk of false positives when the same message is used across multiple commits
✓ Patch ID Only diffs are SHA1-hashed — identical changes are detected even if metadata differs. The standard method used internally by git cherry.
RELEASE WORKFLOW
1. Register Branch
Register the release
branch in Branches
2. Review Patch List
Record Merge /
Keep / No Need per commit
3. Cherry-pick
Apply commits
to the branch
4. Verify
Final check for missing
commits by deploy tag