include/lightspeed@release@policy_ReleasePolicy.hrl

-record(release_policy, {
    version :: binary(),
    compatibility :: lightspeed@release@policy:compatibility_target(),
    deprecation :: lightspeed@release@policy:deprecation_policy(),
    support :: lightspeed@release@policy:support_policy(),
    matrix :: list(lightspeed@release@policy:matrix_entry())
}).