Skip to content

Commit ac3a0d0

Browse files
authored
Fix MVN jar url (#30)
Signed-off-by: Partho Sarthi <[email protected]>
1 parent 9f5aa01 commit ac3a0d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/configuration.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,6 @@
1313
"order": "DESC",
1414
"on_property": "mergedAt"
1515
},
16-
"template": "${{CHANGELOG}}\n\n<details>\n<summary>Uncategorized</summary>\n\n${{UNCATEGORIZED}}\n</details>",
16+
"template": "${{CHANGELOG}}\n\n<h3>Uncategorized</h3>\n\n${{UNCATEGORIZED}}",
1717
"pr_template": "- ${{TITLE}} (#${{NUMBER}}) (${{MERGE_SHA}})"
1818
}

0 commit comments

Comments
 (0)