A hook in edeliver when a release is about to be generated

There’s a hook/function for edeliver which is specified in .deliver/config:

pre_erlang_clean_compile() { ....... }

Is there a hook for this moment during deploying:

-----> Preparing assets with: brunch build and phoenix.digest
-----> Compiling sources
-----> Generating release
[is there a hook for this?]