Validate release
validate release - Validate changelog format and structure
Validates that changelog files follow the Keep a Changelog format and contain valid version entries.
Checks performed: - File exists at the path defined in module contract - Valid Keep a Changelog header format - Version entries have valid format ([x.y.z] - YYYY-MM-DD) - Version numbers are valid semver or calver - Versions are in descending order (newest first) - No duplicate version numbers
Flags
| Flag | Description |
|---|---|
--all |
Validate all modules with changelogs |
--json |
Output result in JSON format |
Examples
validate release r2r-cli # Validate single module
validate release --all # Validate all modules with changelogs
See Also
Tutorials | How-to Guides | Explanation | Reference
You are here: Reference — information-oriented technical descriptions of the system.