Release tag-pending
release tag-pending - Check for changelog versions without corresponding git tags
Scans changelog files for version entries and checks if the corresponding git tag exists. Returns versions that need tagging.
This is used by CI to detect merged releases that need tags created.
Flags
| Flag | Description |
|---|---|
--all |
Check all modules with changelogs |
Notes
Expected Output:
- JSON list of versions needing tags, including module, version, tag, and needs_tag fields
Examples
release tag-pending r2r-cli # Check single module
release tag-pending --all # Check all modules with changelogs
See Also
Tutorials | How-to Guides | Explanation | Reference
You are here: Reference — information-oriented technical descriptions of the system.