release drafter
Release Drafter configuration file
| Type | object |
|---|---|
| File match |
**/.github/release-drafter.yml
|
| Schema URL | https://catalog.lintel.tools/schemas/github/release-drafter/latest.json |
| Source | https://raw.githubusercontent.com/release-drafter/release-drafter/master/schema.json |
Validate with Lintel
npx @lintel/lintel check
Type:
object
Properties
change-template
string
change-title-escapes
string
no-changes-template
string
version-template
string
name-template
string
tag-prefix
string
tag-template
string
exclude-labels
string[]
[]
include-labels
string[]
[]
include-paths
string[]
[]
exclude-paths
string[]
[]
exclude-contributors
string[]
[]
no-contributors-template
string
sort-by
string
sort-direction
string
filter-by-commitish
boolean
pull-request-limit
integer
max=9007199254740991exclusiveMin=0
history-limit
integer
max=9007199254740991exclusiveMin=0
replacers
object[]
[]
categories
object[]
[]
version-resolver
object
{
"major": {
"labels": []
},
"minor": {
"labels": []
},
"patch": {
"labels": []
},
"default": "patch"
}
4 nested properties
major
object
{
"labels": []
}
1 nested properties
labels
string[]
required
minor
object
{
"labels": []
}
1 nested properties
labels
string[]
required
patch
object
{
"labels": []
}
1 nested properties
labels
string[]
required
default
string
category-template
string
template
string
latest
string | boolean
prerelease
string | boolean
prerelease-identifier
string
include-pre-releases
string | boolean
commitish
string
header
string
filter-by-range
string