Skip to content

Commit 95c8d34

Browse files
committed
fix(pr content): make license change more eye catching
1 parent 6e6a62b commit 95c8d34

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

content/update-pr.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ ${monorepoGroupName && `\nThis monorepo update includes releases of one or more
1818
---
1919
2020
${publisher && `**Publisher:** ${publisher}`}
21-
${license && `**License:** ${licenseHasChanged ? `This package’s license has changed from **${previousLicense}** to **${license}** in this release` : `${license}`}`}
21+
${license && `**License:** ${licenseHasChanged ? `This package’s license **has changed** from \`${previousLicense}\` to \`${license}\` in this release 🤔` : `${license}`}`}
2222
2323
${hasReleaseInfo
2424
? _.compact([release, diffCommits])

test/jobs/__snapshots__/create-version-branch.js.snap

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -236,7 +236,7 @@ If you don’t accept this pull request, your project will work just like it did
236236
---
237237
238238
**Publisher:** finn
239-
**License:** This package’s license has changed from **BYOL** to **MIT** in this release
239+
**License:** This package’s license **has changed** from \`BYOL\` to \`MIT\` in this release 🤔
240240
241241
[Find out more about this release](https://github.com/finnpauls/dep).
242242

0 commit comments

Comments
 (0)