GitFlowReleaseFinishExecutionTemplate

The ExecutionTemplate which is created using the GitFlowReleaseScope.finish execution builder function. This template class is used as a builder to construct the arguments to create a commit with Git.

Properties

Link copied to clipboard
abstract val ctx: ScopeContext

This field contains the context object that is applicable to the scope that defines the execution. The object is inherited directly from the parent net.democritus.scripting.scope.ScriptScope without alterations.

Functions

Link copied to clipboard
abstract fun message(message: String)

Sets a message that is added to the release tag. The version is appended to this message automatically.

Link copied to clipboard
abstract fun push()

Push all modified branches and the new tag upstream. By default changes are not pushed