Skip to content

Commit

Permalink
fix(pr content): make license change more eye catching
Browse files Browse the repository at this point in the history
  • Loading branch information
Realtin committed Jul 5, 2019
1 parent 6e6a62b commit 95c8d34
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion content/update-pr.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ ${monorepoGroupName && `\nThis monorepo update includes releases of one or more
---
${publisher && `**Publisher:** ${publisher}`}
${license && `**License:** ${licenseHasChanged ? `This package’s license has changed from **${previousLicense}** to **${license}** in this release` : `${license}`}`}
${license && `**License:** ${licenseHasChanged ? `This package’s license **has changed** from \`${previousLicense}\` to \`${license}\` in this release 🤔` : `${license}`}`}
${hasReleaseInfo
? _.compact([release, diffCommits])
Expand Down
2 changes: 1 addition & 1 deletion test/jobs/__snapshots__/create-version-branch.js.snap
Original file line number Diff line number Diff line change
Expand Up @@ -236,7 +236,7 @@ If you don’t accept this pull request, your project will work just like it did
---
**Publisher:** finn
**License:** This package’s license has changed from **BYOL** to **MIT** in this release
**License:** This package’s license **has changed** from \`BYOL\` to \`MIT\` in this release 🤔
[Find out more about this release](https://github.com/finnpauls/dep).
Expand Down

0 comments on commit 95c8d34

Please sign in to comment.