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
initial-commits-since
string
format=date-timepattern=^(?:(?:\d\d[2468][048]|\d\d[13579][26]|\d\d0[48]|[02468][048]00|[13579][26]00)-02-29|\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\d|30)|(?:02)-(?:0[1-9]|1\d|2[0-8])))T(?:(?:[01]\d|2[0-3]):[0-5]\d(?::[0-5]\d(?:\.\d+)?)?(?:Z))$
prerelease-identifier
string
include-pre-releases
string | boolean
commitish
string
header
string
filter-by-range
string