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 f7f7cfb commit 2da2defCopy full SHA for 2da2def
1 file changed
.github/workflows/release.yml
@@ -88,7 +88,7 @@ jobs:
88
configurationJson: |
89
{
90
"template": "#{{UNCATEGORIZED}}",
91
- "commit_template": "* #{{TITLE}} (`#{{MERGE_SHA}} by #{{AUTHOR}}`)",
+ "commit_template": "* #{{TITLE}} by @#{{AUTHOR}} (#{{MERGE_SHA}})",
92
"empty_template": "_No notable changes in this version._",
93
"categories": []
94
}
0 commit comments