Skip to content

Commit 2da2def

Browse files
committed
Fix author and commit link in changelogs
1 parent f7f7cfb commit 2da2def

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ jobs:
8888
configurationJson: |
8989
{
9090
"template": "#{{UNCATEGORIZED}}",
91-
"commit_template": "* #{{TITLE}} (`#{{MERGE_SHA}} by #{{AUTHOR}}`)",
91+
"commit_template": "* #{{TITLE}} by @#{{AUTHOR}} (#{{MERGE_SHA}})",
9292
"empty_template": "_No notable changes in this version._",
9393
"categories": []
9494
}

0 commit comments

Comments
 (0)