Skip to content

Commit 0ec650d

Browse files
committed
fix(content): add link to pusblisher info
1 parent 5bab98b commit 0ec650d

File tree

3 files changed

+16
-16
lines changed

3 files changed

+16
-16
lines changed

content/update-pr.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ ${monorepoGroupName && `\nThis monorepo update includes releases of one or more
1717
}
1818
---
1919
20-
${publisher && `**Publisher:** ${publisher}`}
20+
${publisher && `**Publisher:** [${publisher}](https://www.npmjs.com/~${publisher})`}
2121
${license && `**License:** ${licenseHasChanged ? `This package’s license **has changed** from \`${previousLicense}\` to \`${license}\` in this release 🤔` : `${license}`}`}
2222
2323
${hasReleaseInfo

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

+6-6
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ This monorepo update includes releases of one or more dependencies which all bel
1818
1919
---
2020
21-
**Publisher:** finn
21+
**Publisher:** [finn](https://www.npmjs.com/~finn)
2222
**License:** MIT
2323
2424
[Find out more about this release](https://github.com/dep/dep).
@@ -58,7 +58,7 @@ This monorepo update includes releases of one or more dependencies which all bel
5858
5959
---
6060
61-
**Publisher:** finn
61+
**Publisher:** [finn](https://www.npmjs.com/~finn)
6262
**License:** MIT
6363
6464
[Find out more about this release](https://github.com/dep/dep).
@@ -100,7 +100,7 @@ This monorepo update includes releases of one or more dependencies which all bel
100100
101101
---
102102
103-
**Publisher:** finn
103+
**Publisher:** [finn](https://www.npmjs.com/~finn)
104104
**License:** MIT
105105
106106
[Find out more about this release](https://github.com/dep/dep).
@@ -140,7 +140,7 @@ This monorepo update includes releases of one or more dependencies which all bel
140140
141141
---
142142
143-
**Publisher:** finn
143+
**Publisher:** [finn](https://www.npmjs.com/~finn)
144144
**License:** MIT
145145
146146
[Find out more about this release](https://github.com/dep/dep).
@@ -180,7 +180,7 @@ This monorepo update includes releases of one or more dependencies which all bel
180180
181181
---
182182
183-
**Publisher:** finn
183+
**Publisher:** [finn](https://www.npmjs.com/~finn)
184184
**License:** MIT
185185
186186
[Find out more about this release](https://github.com/dep/dep).
@@ -235,7 +235,7 @@ If you don’t accept this pull request, your project will work just like it did
235235
236236
---
237237
238-
**Publisher:** finn
238+
**Publisher:** [finn](https://www.npmjs.com/~finn)
239239
**License:** MIT
240240
241241
[Find out more about this release]().

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

+9-9
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ This monorepo update includes releases of one or more dependencies which all bel
2727
2828
---
2929
30-
**Publisher:** finn
30+
**Publisher:** [finn](https://www.npmjs.com/~finn)
3131
**License:** MIT
3232
3333
[Find out more about this release](https://github.com/orgname/colors).
@@ -63,7 +63,7 @@ This monorepo update includes releases of one or more dependencies which all bel
6363
6464
---
6565
66-
**Publisher:** finn
66+
**Publisher:** [finn](https://www.npmjs.com/~finn)
6767
6868
6969
[Find out more about this release](https://github.com/dep/dep).
@@ -101,7 +101,7 @@ This monorepo update includes releases of one or more dependencies which all bel
101101
102102
---
103103
104-
**Publisher:** finn
104+
**Publisher:** [finn](https://www.npmjs.com/~finn)
105105
106106
107107
[Find out more about this release](https://github.com/orgname/flowers).
@@ -136,7 +136,7 @@ This monorepo update includes releases of one or more dependencies which all bel
136136
137137
---
138138
139-
**Publisher:** finn
139+
**Publisher:** [finn](https://www.npmjs.com/~finn)
140140
**License:** MIT
141141
142142
[Find out more about this release](https://github.com/orgname/colors).
@@ -173,7 +173,7 @@ This monorepo update includes releases of one or more dependencies which all bel
173173
174174
---
175175
176-
**Publisher:** finn
176+
**Publisher:** [finn](https://www.npmjs.com/~finn)
177177
**License:** MIT
178178
179179
[Find out more about this release](https://github.com/jest/jest).
@@ -205,7 +205,7 @@ If you don’t accept this pull request, your project will work just like it did
205205
206206
---
207207
208-
**Publisher:** finn
208+
**Publisher:** [finn](https://www.npmjs.com/~finn)
209209
**License:** MIT
210210
211211
[Find out more about this release](https://github.com/best/best).
@@ -235,7 +235,7 @@ If you don’t accept this pull request, your project will work just like it did
235235
236236
---
237237
238-
**Publisher:** finn
238+
**Publisher:** [finn](https://www.npmjs.com/~finn)
239239
**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).
@@ -265,7 +265,7 @@ If you don’t accept this pull request, your project will work just like it did
265265
266266
---
267267
268-
**Publisher:** finn
268+
**Publisher:** [finn](https://www.npmjs.com/~finn)
269269
**License:** MIT
270270
271271
[Find out more about this release](https://github.com/finnpauls/dep).
@@ -295,7 +295,7 @@ If you don’t accept this pull request, your project will work just like it did
295295
296296
---
297297
298-
**Publisher:** finn
298+
**Publisher:** [finn](https://www.npmjs.com/~finn)
299299
**License:** MIT
300300
301301
[Find out more about this release](https://github.com/finnpauls/dep).

0 commit comments

Comments
 (0)