After reading 10.2 Release Resource File, I get the impression that each application release is very much tied down to a specific release of Erlang OTP. Is this true?
Can the version information in the .rel file be written along the following lines?
{release,
{"ch_rel", "A"},
{erts, "5.3"},
[{kernel, ">=2.9"},
{stdlib, ">=1.12"},
{sasl, ">=1.10"},
{ch_app, "1"}]
}.