We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9f5aa01 commit ac3a0d0Copy full SHA for ac3a0d0
.github/workflows/configuration.json
@@ -13,6 +13,6 @@
13
"order": "DESC",
14
"on_property": "mergedAt"
15
},
16
- "template": "${{CHANGELOG}}\n\n<details>\n<summary>Uncategorized</summary>\n\n${{UNCATEGORIZED}}\n</details>",
+ "template": "${{CHANGELOG}}\n\n<h3>Uncategorized</h3>\n\n${{UNCATEGORIZED}}",
17
"pr_template": "- ${{TITLE}} (#${{NUMBER}}) (${{MERGE_SHA}})"
18
}
0 commit comments