ConventionalCommitsContext

Specialized DSL element for dealing with conventional commits.

Types

Link copied to clipboard
object Companion

Container for the default types.

Properties

Link copied to clipboard
open val types: Set<String>

The selected valid commit types.

Functions

Link copied to clipboard
open fun defaultTypes()

configures all the types in Companion.defaultTypes.

Link copied to clipboard
open fun types(vararg otherTypes: String)

Adds new supported types.

abstract fun types(otherTypes: Set<String>)

Adds a new supported types.