We have semantic-release set up in our repo at work. Tech leads asking me to:
Let people merge to the main branch and it shouldn't trigger the release.
It requires to automatically creating releases at 5pm from the main branch (not triggered by commits)
And he doesn't want to have separate branches like alpha/beta he wants everything to get merged into the main branch. But the main branch only creates releases 5 pm every day!
Is there any way to achieve this? (We are using gitlab)