Skip to content

Commit

Permalink
bring back commit links but dont linkify
Browse files Browse the repository at this point in the history
Back out "Stop pinging people who make changes"

Original commit changeset: 231e55f
  • Loading branch information
Zemnmez committed Oct 9, 2024
1 parent dd01156 commit 9e8b50c
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@
"rollbackPrs": true,
"rangeStrategy": "pin",
"recreateWhen": "always",
"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}}",
"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 Expand Up @@ -79,4 +80,4 @@
]
}
]
}
}

0 comments on commit 9e8b50c

Please sign in to comment.