release

abstract fun release(body: GitFlowReleaseScope.() -> Unit)(source)

A scoping function to execute a code block within the context of an GitFlowScope instance, which provides functionality to interact with the release mechanism in the Git Flow plugin.

Parameters

body

The function body that will be executed in the context of the GitFlowScope instance.