Pre-Release WinUtil #139
pre-release.yaml
on: workflow_dispatch
build-runspace
29s
Annotations
1 error and 1 warning
build-runspace
Invalid config file
|
build-runspace
ChrisTitusTech/winutil: Invalid config file
{
name: 'event',
id: '10801317375',
_original: {
'name-template': '$YEAR.$MONTH.$DAY',
'tag-template': '$YEAR.$MONTH.$DAY',
'tag-prefix': '',
'change-template': '- $TITLE @$AUTHOR (#$NUMBER)',
'change-title-escapes': `\\<*_&"'`,
'no-changes-template': '* No changes',
'version-template': '$MAJOR.$MINOR.$PATCH$PRERELEASE',
'version-resolver': {
major: { labels: [] },
minor: { labels: [] },
patch: { labels: [] },
default: '$YEAR.$MONTH.$DAY'
},
categories: [
{ title: '🚀 Features', labels: [ 'feature', 'enhancement' ] },
{ title: '🐛 Bug Fixes', labels: [ 'fix', 'bugfix', 'bug' ] },
{ title: '📚 Documentation', label: 'documentation' },
{ title: '🔒 Security', label: 'security' }
],
'exclude-labels': [ 'skip-changelog' ],
'include-labels': [],
'include-paths': [],
'exclude-contributors': [],
'no-contributors-template': 'No contributors',
replacers: [
{ search: '/"/g', replace: '' },
{ search: "/'/g", replace: '' }
],
autolabeler: [
{
label: 'documentation',
files: [ '*.md' ],
branch: [ '/docs{0,1}\\/.+/' ]
},
{ label: 'bug', branch: [ '/fix\\/.+/' ], title: [ '/fix/i' ] },
{
label: 'enhancement',
branch: [ '/feature\\/.+/' ],
body: [ '/[A-Z]+-[0-9]+/' ]
},
{ label: 'documentation', files: [ '**/*.md', 'docs/**/*' ] },
{ label: 'security', branch: [ '/security\\/.+/' ] }
],
'sort-by': 'merged_at',
'sort-direction': 'descending',
prerelease: false,
'prerelease-identifier': '',
'include-pre-releases': false,
latest: 'true',
'filter-by-commitish': [ 'main', 'master' ],
commitish: '',
'category-template': '## $TITLE',
header: '',
footer: '',
template: '## Changes\n\n$CHANGES\n\n## Contributors\n\n$CONTRIBUTORS\n'
},
details: [
{
message: '"filter-by-commitish" must be a boolean',
path: [ 'filter-by-commitish' ],
type: 'boolean.base',
context: {
label: 'filter-by-commitish',
value: [ 'main', 'master' ],
key: 'filter-by-commitish'
}
},
{
message: '"version-resolver.default" must be one of [major, minor, patch]',
path: [ 'version-resolver', 'default' ],
type: 'any.only',
context: {
valids: [ 'major', 'minor', 'patch' ],
label: 'version-resolver.default',
value: '$YEAR.$MONTH.$DAY',
key: 'default'
}
}
],
stack: 'ValidationError: "filter-by-commitish" must be a boolean. "version-resolver.default" must be one of [major, minor, patch]',
type: 'Error'
}
|
Artifacts
Produced during runtime
Name | Size | |
---|---|---|
winutil
|
124 KB |
|