- adjust placeholder for yml as ${{}} is reserved

This commit is contained in:
Mike Penz
2022-07-29 09:30:57 +00:00
committed by GitHub
parent 02b79cb00a
commit f55f49981d
5 changed files with 10 additions and 6 deletions
+1 -1
View File
@@ -42,7 +42,7 @@ jobs:
toTag: "v0.0.3"
configurationJson: |
{
"template": "${{CHANGELOG}}\n\n<details>\n<summary>Uncategorized</summary>\n\n${{UNCATEGORIZED}}\n</details>",
"template": "#{{CHANGELOG}}\n\n<details>\n<summary>Uncategorized</summary>\n\n#{{UNCATEGORIZED}}\n</details>",
"categories": [
{
"title": "## 🚀 Features",