erlware / relx

Sane, simple release creation for Erlang
http://erlware.github.io/relx
Apache License 2.0
697 stars 232 forks source link

add exports of RELEASE_NAME, RELEASE_VERSION and RELEASE_PROG to script #854

Closed tsloughter closed 3 years ago

tsloughter commented 3 years ago

These environment variables are for libraries like Opentelemetry to get information about the running release (and the script used to run the release in the case of RELEASE_PROG), particularly when release_handler isn't available.

tsloughter commented 3 years ago

Not positive if the Windows stuff is correct.