Skip to content

Commit d52cb88

Browse files
committed
ci: trying out the plain merge sha
1 parent 4722bfb commit d52cb88

File tree

1 file changed

+1
-11
lines changed

1 file changed

+1
-11
lines changed

release_config.json

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -71,16 +71,6 @@
7171
},
7272
"template": "#{{CHANGELOG}}\n\n<details>\n<summary>Uncategorized</summary>\n\n#{{UNCATEGORIZED}}\n</details>",
7373
"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-
],
74+
"commit_template": "- #{{TITLE}} (#{{MERGE_SHA}})",
8575
"empty_template": "- no changes"
8676
}

0 commit comments

Comments
 (0)