@@ -78,7 +78,9 @@ func TestFormatReleaseNotes(t *testing.T) {
7878 },
7979 },
8080 ghRepo : & github.Repository {Owner : "owner" , Name : "repo" },
81- wantReleaseNote : fmt .Sprintf (`Librarian Version: %s
81+ wantReleaseNote : fmt .Sprintf (`PR created by the Librarian CLI to initialize a release. Merging this PR will auto trigger a release.
82+
83+ Librarian Version: %s
8284Language Image: go:1.21
8385<details><summary>my-library: 1.1.0</summary>
8486
@@ -126,7 +128,9 @@ Language Image: go:1.21
126128 },
127129 },
128130 ghRepo : & github.Repository {Owner : "owner" , Name : "repo" },
129- wantReleaseNote : fmt .Sprintf (`Librarian Version: %s
131+ wantReleaseNote : fmt .Sprintf (`PR created by the Librarian CLI to initialize a release. Merging this PR will auto trigger a release.
132+
133+ Librarian Version: %s
130134Language Image: go:1.21
131135<details><summary>my-library: 1.1.0</summary>
132136
@@ -172,7 +176,9 @@ Language Image: go:1.21
172176 },
173177 },
174178 ghRepo : & github.Repository {Owner : "owner" , Name : "repo" },
175- wantReleaseNote : fmt .Sprintf (`Librarian Version: %s
179+ wantReleaseNote : fmt .Sprintf (`PR created by the Librarian CLI to initialize a release. Merging this PR will auto trigger a release.
180+
181+ Librarian Version: %s
176182Language Image: go:1.21
177183<details><summary>my-library: 1.1.0</summary>
178184
@@ -225,7 +231,9 @@ Language Image: go:1.21
225231 },
226232 },
227233 ghRepo : & github.Repository {Owner : "owner" , Name : "repo" },
228- wantReleaseNote : fmt .Sprintf (`Librarian Version: %s
234+ wantReleaseNote : fmt .Sprintf (`PR created by the Librarian CLI to initialize a release. Merging this PR will auto trigger a release.
235+
236+ Librarian Version: %s
229237Language Image: go:1.21
230238<details><summary>lib-a: 1.1.0</summary>
231239
@@ -278,7 +286,9 @@ Language Image: go:1.21
278286 },
279287 },
280288 ghRepo : & github.Repository {Owner : "owner" , Name : "repo" },
281- wantReleaseNote : fmt .Sprintf (`Librarian Version: %s
289+ wantReleaseNote : fmt .Sprintf (`PR created by the Librarian CLI to initialize a release. Merging this PR will auto trigger a release.
290+
291+ Librarian Version: %s
282292Language Image: go:1.21
283293<details><summary>my-library: 1.1.0</summary>
284294
@@ -315,7 +325,9 @@ Language Image: go:1.21
315325 },
316326 },
317327 ghRepo : & github.Repository {Owner : "owner" , Name : "repo" },
318- wantReleaseNote : fmt .Sprintf (`Librarian Version: %s
328+ wantReleaseNote : fmt .Sprintf (`PR created by the Librarian CLI to initialize a release. Merging this PR will auto trigger a release.
329+
330+ Librarian Version: %s
319331Language Image: go:1.21
320332<details><summary>my-library: 1.1.0</summary>
321333
@@ -334,8 +346,11 @@ Language Image: go:1.21
334346 Image : "go:1.21" ,
335347 Libraries : []* config.LibraryState {},
336348 },
337- ghRepo : & github.Repository {},
338- wantReleaseNote : fmt .Sprintf ("Librarian Version: %s\n Language Image: go:1.21" , librarianVersion ),
349+ ghRepo : & github.Repository {},
350+ wantReleaseNote : fmt .Sprintf (`PR created by the Librarian CLI to initialize a release. Merging this PR will auto trigger a release.
351+
352+ Librarian Version: %s
353+ Language Image: go:1.21` , librarianVersion ),
339354 },
340355 {
341356 name : "generate with chore" ,
@@ -361,7 +376,9 @@ Language Image: go:1.21
361376 },
362377 },
363378 ghRepo : & github.Repository {Owner : "owner" , Name : "repo" },
364- wantReleaseNote : fmt .Sprintf (`Librarian Version: %s
379+ wantReleaseNote : fmt .Sprintf (`PR created by the Librarian CLI to initialize a release. Merging this PR will auto trigger a release.
380+
381+ Librarian Version: %s
365382Language Image: go:1.21
366383<details><summary>my-library: 1.1.0</summary>
367384
@@ -419,7 +436,9 @@ Language Image: go:1.21
419436 },
420437 },
421438 ghRepo : & github.Repository {Owner : "owner" , Name : "repo" },
422- wantReleaseNote : fmt .Sprintf (`Librarian Version: %s
439+ wantReleaseNote : fmt .Sprintf (`PR created by the Librarian CLI to initialize a release. Merging this PR will auto trigger a release.
440+
441+ Librarian Version: %s
423442Language Image: go:1.21
424443<details><summary>j: 1.1.0</summary>
425444
@@ -678,7 +697,9 @@ Language Image: go:1.21
678697 },
679698 },
680699 ghRepo : & github.Repository {Owner : "owner" , Name : "repo" },
681- wantReleaseNote : fmt .Sprintf (`Librarian Version: %s
700+ wantReleaseNote : fmt .Sprintf (`PR created by the Librarian CLI to initialize a release. Merging this PR will auto trigger a release.
701+
702+ Librarian Version: %s
682703Language Image: go:1.21
683704<details><summary>j: 1.1.0</summary>
684705
0 commit comments