- change the default placeholder pattern from ${{}} to #{{}} as this will work for both config.json files and the yaml (${{}} is reserved for github actions syntax)
This commit is contained in:
@@ -468,8 +468,8 @@
|
||||
"order": "ASC",
|
||||
"on_property": "mergedAt"
|
||||
},
|
||||
"template": "${{CHANGELOG}}",
|
||||
"pr_template": "${{TITLE}}",
|
||||
"template": "#{{CHANGELOG}}",
|
||||
"pr_template": "#{{TITLE}}",
|
||||
"empty_template": "- no changes",
|
||||
"categories": [
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user