Skip to content

Commit

Permalink
Sync Workflows (#46)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] authored Nov 10, 2024
1 parent 29e449e commit 79628e5
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 2 deletions.
12 changes: 11 additions & 1 deletion .github/json/config-1.21.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,18 @@
}
],
"sort": "ASC",
"template": "## Version [#{{TO_TAG}}](#{{RELEASE_DIFF}})\n#{{CHANGELOG}} ",
"template": "## Version [v#{{VERSION}}](#{{RELEASE_DIFF}})\n#{{CHANGELOG}} ",
"pr_template": "- #{{TITLE}} by @#{{AUTHOR}} in [##{{NUMBER}}](#{{URL}})",
"custom_placeholders": [
{
"name": "VERSION",
"source": "TO_TAG",
"transformer": {
"pattern": "v?([0-9\\.]+)(-[0-9\\.]+)?",
"target": "$1"
}
}
],
"empty_template": "",
"ignore_labels": ["ignore changelog"],
"tag_resolver": {
Expand Down
12 changes: 11 additions & 1 deletion .github/json/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,18 @@
}
],
"sort": "ASC",
"template": "## Version [#{{TO_TAG}}](#{{RELEASE_DIFF}})\n#{{CHANGELOG}} ",
"template": "## Version [v#{{VERSION}}](#{{RELEASE_DIFF}})\n#{{CHANGELOG}} ",
"pr_template": "- #{{TITLE}} by @#{{AUTHOR}} in [##{{NUMBER}}](#{{URL}})",
"custom_placeholders": [
{
"name": "VERSION",
"source": "TO_TAG",
"transformer": {
"pattern": "v?([0-9\\.]+)(-[0-9\\.]+)?",
"target": "$1"
}
}
],
"empty_template": "",
"ignore_labels": ["ignore changelog"],
"tag_resolver": {
Expand Down

0 comments on commit 79628e5

Please sign in to comment.