We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4722bfb commit d52cb88Copy full SHA for d52cb88
release_config.json
@@ -71,16 +71,6 @@
71
},
72
"template": "#{{CHANGELOG}}\n\n<details>\n<summary>Uncategorized</summary>\n\n#{{UNCATEGORIZED}}\n</details>",
73
"pr_template": "- #{{TITLE}} (##{{NUMBER}}) - #{{AUTHOR}}",
74
- "commit_template": "- #{{TITLE}} ([`#{{SHORT_MERGE_SHA}}`](https://github.com/${{ github.repository }}/commit/#{{MERGE_SHA}}))",
75
- "custom_placeholders": [
76
- {
77
- "name": "SHORT_MERGE_SHA",
78
- "source": "MERGE_SHA",
79
- "transformer": {
80
- "pattern": "(.*){7}(.*)?",
81
- "target": "- $1"
82
- }
83
84
- ],
+ "commit_template": "- #{{TITLE}} (#{{MERGE_SHA}})",
85
"empty_template": "- no changes"
86
}
0 commit comments