Skip to content

Commit

Permalink
Change changelog configs to use @s (#2135)
Browse files Browse the repository at this point in the history
  • Loading branch information
krossgg authored Oct 11, 2024
1 parent 508374c commit 034113b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/json/config-latest.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
],
"sort": "ASC",
"template": "## What's Changed\n#{{CHANGELOG}}",
"pr_template": "- #{{TITLE}} by #{{AUTHOR}} in [##{{NUMBER}}](#{{URL}})",
"pr_template": "- #{{TITLE}} by @#{{AUTHOR}} in [##{{NUMBER}}](#{{URL}})",
"ignore_labels": ["ignore changelog"],
"max_pull_requests": 1000,
"max_back_track_time_days": 90
Expand Down
2 changes: 1 addition & 1 deletion .github/json/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
],
"sort": "ASC",
"template": "## Version [#{{TO_TAG}}](#{{RELEASE_DIFF}})\n#{{CHANGELOG}} ",
"pr_template": "- #{{TITLE}} by #{{AUTHOR}} in [##{{NUMBER}}](#{{URL}})",
"pr_template": "- #{{TITLE}} by @#{{AUTHOR}} in [##{{NUMBER}}](#{{URL}})",
"empty_template": "- No changes",
"ignore_labels": ["ignore changelog"],
"tag_resolver": {
Expand Down

0 comments on commit 034113b

Please sign in to comment.