Skip to content

feat(semantic-release): new job templates for prerelease

Daniel Dehennin requested to merge feature/semantic-release-prerelease-jobs into dev

By default, a semantic-release job is created for $STABLE_BRANCH and you can create jobs for $TESTING_BRANCH and $DEV_BRANCH by extending the .semantic-release:testing and .semantic-release:dev template jobs.

Merge request reports