Add uncategorized PRs to changelog (#1270)

This commit is contained in:
Carlos Quintana 2022-09-05 16:43:18 +02:00 committed by GitHub
parent 6595d34276
commit f47661c3d2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
{
"template": "${{CHANGELOG}}",
"template": "${{CHANGELOG}}\n\n<details>\n<summary>Uncategorized</summary>\n\n${{UNCATEGORIZED}}\n</details>",
"pr_template": "- ${{TITLE}} #${{NUMBER}}",
"empty_template": "- no changes",
"categories": [
@ -20,4 +20,4 @@
"tag_resolver": {
"method": "semver"
}
}
}