Skip to content

Commit

Permalink
Make renovate display changelogs:
Browse files Browse the repository at this point in the history
  • Loading branch information
Zemnmez committed Sep 28, 2024
1 parent b506fb9 commit 1f6fc29
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
"rollbackPrs": true,
"rangeStrategy": "pin",
"recreateWhen": "always",
"commitBodyTable": true,
"commitBody": "Notes:\n{{#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}}",
"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}}",
"ignorePaths": [
"**/monorepo/dist/**"
],
Expand Down

0 comments on commit 1f6fc29

Please sign in to comment.