Skip to content
Snippets Groups Projects
Commit 398a00b9 authored by Rhys Arkins's avatar Rhys Arkins
Browse files

feat: link to intrinsic npm diff

Closes #3304
parent f5c1ffb8
No related branches found
No related tags found
No related merge requests found
......@@ -1011,6 +1011,10 @@ const options = [
fileMatch: ['(^|/)package.json$'],
rollbackPrs: true,
versionScheme: 'npm',
prBodyDefinitions: {
Change:
'[{{#if displayFrom}}`{{{displayFrom}}}` -> {{else}}{{#if currentValue}}`{{{currentValue}}}` -> {{/if}}{{/if}}{{#if displayTo}}`{{{displayTo}}}`{{else}}`{{{newValue}}}`{{/if}}](https://diff.intrinsic.com/{{{depName}}}/{{{fromVersion}}}/{{{toVersion}}})',
},
},
mergeable: true,
},
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment