How to deploy multiple release in one project with edeliver?

My project has 5 applications and 2 releases that

Release A: project0, project1, project2, project3
Release B: project0, project4

I’m using edeliver to build and deploy my releases but I can’t find how to use edeliver with multiple releases. (There are no options for it in mix edeliver)

And if release name is different from application name, it doesn’t work.
ex)
application names: my_app, my_app_web
release names: my_app_worker, my_app_api

Should I make my own script to build and deploy?