Updated package-release-drafter.yml #19
Annotations
1 error and 2 warnings
release-drafter
Invalid config file
|
release-drafter
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: release-drafter/release-drafter@v5. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
release-drafter
jrasband-dev/pandas-geojson: Invalid config file
{
name: 'event',
id: '8794376344',
_original: {
'name-template': 'pandas-geojson $RESOLVED_VERSION',
'tag-template': 'v$RESOLVED_VERSION',
'tag-prefix': '',
'change-template': '* $TITLE (#$NUMBER) @$AUTHOR',
'change-title-escapes': '',
'no-changes-template': '* No changes',
'version-template': '$MAJOR.$MINOR.$PATCH$PRERELEASE',
'version-resolver': {
major: { labels: [] },
minor: { labels: [ 'breaking', 'breaking python' ] },
patch: { labels: [] },
default: 'patch'
},
categories: [],
'exclude-labels': [],
'include-labels': [ 'python' ],
'include-paths': [],
'exclude-contributors': [],
'no-contributors-template': 'No contributors',
replacers: [],
autolabeler: [],
'sort-by': 'merged_at',
'sort-direction': 'descending',
prerelease: false,
'prerelease-identifier': '',
'include-pre-releases': false,
latest: 'true',
'filter-by-commitish': false,
commitish: '',
'category-template': '## $TITLE',
header: '',
footer: '',
template: [
{ title: '🏆 Highlights', labels: 'highlight' },
{
title: '💥 Breaking changes',
labels: [ 'breaking', 'breaking python' ]
},
{ title: '⚠️ Deprecations', labels: 'deprecation' },
{ title: '🚀 Performance improvements', labels: 'performance' },
{ title: '✨ Enhancements', labels: 'enhancement' },
{ title: '🐞 Bug fixes', labels: 'fix' },
{ title: '📖 Documentation', labels: 'documentation' },
{ title: '📦 Build system', labels: 'build' },
{ title: '🛠️ Other improvements', labels: 'internal' }
]
},
details: [
{
message: '"template" must be a string',
path: [ 'template' ],
type: 'string.base',
context: {
label: 'template',
value: [
{ title: '🏆 Highlights', labels: 'highlight' },
{
title: '💥 Breaking changes',
labels: [ 'breaking', 'breaking python' ]
},
{ title: '⚠️ Deprecations', labels: 'deprecation' },
{
title: '🚀 Performance improvements',
labels: 'performance'
},
{ title: '✨ Enhancements', labels: 'enhancement' },
{ title: '🐞 Bug fixes', labels: 'fix' },
{ title: '📖 Documentation', labels: 'documentation' },
{ title: '📦 Build system', labels: 'build' },
{ title: '🛠️ Other improvements', labels: 'internal' }
],
key: 'template'
}
}
],
stack: 'ValidationError: "template" must be a string',
type: 'Error'
}
|