base

abstract fun base(ref: String)(source)

Defines base commit to create the release from if it should be different from the HEAD of the develop branch.

If the current branch of the repository is a support branch and no base was explicitly specified, the release flow will be automatically started from that support branch and correctly reintegrated instead of from the develop branch.

Parameters

ref

Commit ref for the release base.