Release Drafter (Manual) #3
release-drafter.yml
on: workflow_dispatch
update_release_draft
3s
Annotations
1 error and 5 warnings
|
update_release_draft
Invalid config file
|
|
update_release_draft
ImpedanCEI/IDDEFIX: Invalid config file
{
name: 'event',
id: '18979581559',
_original: {
'name-template': 'IDDEFIX v$NEXT_PATCH_VERSION',
'tag-template': 'v$NEXT_PATCH_VERSION',
'tag-prefix': '',
'change-template': '- {title} (@{author})',
'change-title-escapes': true,
'no-changes-template': '* No changes',
'version-template': '$MAJOR.$MINOR.$PATCH$PRERELEASE',
'version-resolver': {
major: { labels: [] },
minor: { labels: [] },
patch: { labels: [] },
default: 'patch'
},
categories: [
{
title: '🚀 New Features',
labels: [ 'feature', 'enhancement' ],
'commit-keywords': [ 'feat', 'feature' ]
},
{
title: '🐛 Bugfixes',
labels: [ 'fix', 'bug' ],
'commit-keywords': [ 'fix' ]
},
{
title: '💗 Other Tag Highlights',
labels: [ 'example', 'docs', 'style', 'test', 'build' ],
'commit-keywords': [ 'docs', 'build', 'style', 'refactor' ]
}
],
'exclude-labels': [],
'include-labels': [],
'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: '',
'pull-request-limit': 5,
'category-template': '## $TITLE',
header: '',
footer: '',
template: '# IDDEFIX v$NEXT_PATCH_VERSION\n' +
'*Coming soon!*\n' +
'\n' +
'## 🚀 New Features\n' +
'$CHANGES\n' +
'\n' +
'## 💗 Other Tag Highlights\n' +
'$CHANGES\n' +
'\n' +
'## 🐛 Bugfixes\n' +
'$CHANGES\n' +
'\n' +
'## 👋👩💻 Contributors\n' +
'$CONTRIBUTORS\n' +
'\n' +
'## 📝Full changelog\n' +
'[`git log $PREVIOUS_TAG...$CURRENT_TAG`](https://github.com/OWNER/REPO/compare/$PREVIOUS_TAG...$CURRENT_TAG)\n',
'include-commit-messages': true
},
details: [
{
message: '"change-title-escapes" must be a string',
path: [ 'change-title-escapes' ],
type: 'string.base',
context: {
label: 'change-title-escapes',
value: true,
key: 'change-title-escapes'
}
}
],
stack: 'ValidationError: "change-title-escapes" must be a string',
type: 'Error'
}
|
|
update_release_draft
"pull_request_target.edited" is not a known webhook name (https://developer.github.com/v3/activity/events/types/)
|
|
update_release_draft
"pull_request_target.synchronize" is not a known webhook name (https://developer.github.com/v3/activity/events/types/)
|
|
update_release_draft
"pull_request_target.reopened" is not a known webhook name (https://developer.github.com/v3/activity/events/types/)
|
|
update_release_draft
"pull_request_target.opened" is not a known webhook name (https://developer.github.com/v3/activity/events/types/)
|