bondy-io / bondy

Bondy is an open source, always-on and scalable application networking platform connecting all elements of a distributed application—offering service and event mesh capabilities combined. Bondy implements the open Web Application Messaging Protocol (WAMP) and is written in Erlang.
https://www.bondy.io
Apache License 2.0
129 stars 12 forks source link

make release fails, because of "${REBAR} as ${REBAR3_PROFILE}" (At least one task must be specified when using `as`) #27

Closed JensUngerer closed 6 months ago

JensUngerer commented 6 months ago

when trying to compile with make relase, the build fails:

make-release-err-out.log make-release-std-out.log

aramallo commented 6 months ago

Thanks @JensUngerer there is a missing command in the make target, fixing it now.