Skip to content

check-pending

release check-pending - Check for all pending releases (semver and calver)

Comprehensive release detection that combines semver (from changelog) and calver (from CI dispatch).

This command: 1. Checks semver modules for changelog versions without git tags 2. Checks calver modules with CI workflows (release when CI was dispatched) 3. Checks calver bundle modules (release when any dependency was dispatched) 4. Returns enriched layers ready for release execute-layers

Flags

Flag Description
--dispatched Space-separated list of modules that had CI dispatched

Notes

Expected Output:

  • JSON object with has_pending, modules_json, layers_json, layer_count
  • layers_json contains enriched module info [{module, version, tag, type}, ...]

Examples

release check-pending --dispatched "docs books"  # Check with dispatched modules
release check-pending                            # Check semver only

See Also


Tutorials | How-to Guides | Explanation | Reference

You are here: Reference — information-oriented technical descriptions of the system.