- introduce updated action specification to try out different configurations of the action

This commit is contained in:
Mike Penz
2020-10-16 16:02:46 +02:00
parent fa3788c8c4
commit 812bb8770d
4 changed files with 52 additions and 10 deletions
+2 -8
View File
@@ -18,13 +18,7 @@
}
],
"sort": "ASC",
"template": "${{CHANGELOG}}\n\n<details>\n<summary>Uncategorized</summary>\n\n${{UNCATEGORIZED}}\n</details>",
"template": "${{CHANGELOG}}",
"pr_template": "- ${{TITLE}}\n - PR: #${{NUMBER}}",
"empty_template": "- no changes",
"transformers": [
{
"pattern": "[\\-\\*] (\\[(...|TEST|CI|SKIP)\\])( )?(.+?)\n(.+?[\\-\\*] )(.+)",
"target": "- $4\n - $6"
}
]
"empty_template": "- no changes"
}