Skip to content

Commit

Permalink
fix(content): add link to pusblisher info
Browse files Browse the repository at this point in the history
  • Loading branch information
Realtin committed Jul 8, 2019
1 parent 5bab98b commit 0ec650d
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 16 deletions.
2 changes: 1 addition & 1 deletion content/update-pr.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ ${monorepoGroupName && `\nThis monorepo update includes releases of one or more
}
---
${publisher && `**Publisher:** ${publisher}`}
${publisher && `**Publisher:** [${publisher}](https://www.npmjs.com/~${publisher})`}
${license && `**License:** ${licenseHasChanged ? `This package’s license **has changed** from \`${previousLicense}\` to \`${license}\` in this release 🤔` : `${license}`}`}
${hasReleaseInfo
Expand Down
12 changes: 6 additions & 6 deletions test/jobs/__snapshots__/create-group-version-branch.js.snap
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ This monorepo update includes releases of one or more dependencies which all bel
---
**Publisher:** finn
**Publisher:** [finn](https://www.npmjs.com/~finn)
**License:** MIT
[Find out more about this release](https://github.com/dep/dep).
Expand Down Expand Up @@ -58,7 +58,7 @@ This monorepo update includes releases of one or more dependencies which all bel
---
**Publisher:** finn
**Publisher:** [finn](https://www.npmjs.com/~finn)
**License:** MIT
[Find out more about this release](https://github.com/dep/dep).
Expand Down Expand Up @@ -100,7 +100,7 @@ This monorepo update includes releases of one or more dependencies which all bel
---
**Publisher:** finn
**Publisher:** [finn](https://www.npmjs.com/~finn)
**License:** MIT
[Find out more about this release](https://github.com/dep/dep).
Expand Down Expand Up @@ -140,7 +140,7 @@ This monorepo update includes releases of one or more dependencies which all bel
---
**Publisher:** finn
**Publisher:** [finn](https://www.npmjs.com/~finn)
**License:** MIT
[Find out more about this release](https://github.com/dep/dep).
Expand Down Expand Up @@ -180,7 +180,7 @@ This monorepo update includes releases of one or more dependencies which all bel
---
**Publisher:** finn
**Publisher:** [finn](https://www.npmjs.com/~finn)
**License:** MIT
[Find out more about this release](https://github.com/dep/dep).
Expand Down Expand Up @@ -235,7 +235,7 @@ If you don’t accept this pull request, your project will work just like it did
---
**Publisher:** finn
**Publisher:** [finn](https://www.npmjs.com/~finn)
**License:** MIT
[Find out more about this release]().
Expand Down
18 changes: 9 additions & 9 deletions test/jobs/__snapshots__/create-version-branch.js.snap
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ This monorepo update includes releases of one or more dependencies which all bel
---
**Publisher:** finn
**Publisher:** [finn](https://www.npmjs.com/~finn)
**License:** MIT
[Find out more about this release](https://github.com/orgname/colors).
Expand Down Expand Up @@ -63,7 +63,7 @@ This monorepo update includes releases of one or more dependencies which all bel
---
**Publisher:** finn
**Publisher:** [finn](https://www.npmjs.com/~finn)
[Find out more about this release](https://github.com/dep/dep).
Expand Down Expand Up @@ -101,7 +101,7 @@ This monorepo update includes releases of one or more dependencies which all bel
---
**Publisher:** finn
**Publisher:** [finn](https://www.npmjs.com/~finn)
[Find out more about this release](https://github.com/orgname/flowers).
Expand Down Expand Up @@ -136,7 +136,7 @@ This monorepo update includes releases of one or more dependencies which all bel
---
**Publisher:** finn
**Publisher:** [finn](https://www.npmjs.com/~finn)
**License:** MIT
[Find out more about this release](https://github.com/orgname/colors).
Expand Down Expand Up @@ -173,7 +173,7 @@ This monorepo update includes releases of one or more dependencies which all bel
---
**Publisher:** finn
**Publisher:** [finn](https://www.npmjs.com/~finn)
**License:** MIT
[Find out more about this release](https://github.com/jest/jest).
Expand Down Expand Up @@ -205,7 +205,7 @@ If you don’t accept this pull request, your project will work just like it did
---
**Publisher:** finn
**Publisher:** [finn](https://www.npmjs.com/~finn)
**License:** MIT
[Find out more about this release](https://github.com/best/best).
Expand Down Expand Up @@ -235,7 +235,7 @@ If you don’t accept this pull request, your project will work just like it did
---
**Publisher:** finn
**Publisher:** [finn](https://www.npmjs.com/~finn)
**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 Expand Up @@ -265,7 +265,7 @@ If you don’t accept this pull request, your project will work just like it did
---
**Publisher:** finn
**Publisher:** [finn](https://www.npmjs.com/~finn)
**License:** MIT
[Find out more about this release](https://github.com/finnpauls/dep).
Expand Down Expand Up @@ -295,7 +295,7 @@ If you don’t accept this pull request, your project will work just like it did
---
**Publisher:** finn
**Publisher:** [finn](https://www.npmjs.com/~finn)
**License:** MIT
[Find out more about this release](https://github.com/finnpauls/dep).
Expand Down

0 comments on commit 0ec650d

Please sign in to comment.