Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main' into deps
Browse files Browse the repository at this point in the history
  • Loading branch information
mmkal committed Aug 13, 2024
2 parents 2ba4522 + 39e8db8 commit 9d54ee2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,6 @@
"extends": [
"config:recommended"
],
"commitBody": "{{releases}}"
"fetchChangeLogs": "branch",
"commitBody": "{{#if logJSON.hasReleaseNotes}}{{#each logJSON.versions as |release|}}{{# if release.releaseNotes}}##### [`v{{{release.version}}}]({{{release.releaseNotes.url}}})\n\n{{{release.releaseNotes.body}}}{{/if}}{{/each}}{{/if}}"
}

0 comments on commit 9d54ee2

Please sign in to comment.