4 references to ChangelogPreamble
Infrastructure.Tests (4)
PowerShellScripts\TrustedExtensionReleasePrTests.cs (4)
16
private const string BaseChangelog =
ChangelogPreamble
+ BaseChangelogBody;
19
private const string TrustedChangelog =
ChangelogPreamble
+ TrustedChangelogEntry + BaseChangelogBody;
153
ChangelogPreamble
+ "## v1.18.0\n\nNew notes.\n\n" + BaseChangelogBody);
183
ChangelogPreamble
+ "## v1.20.0\n\nNew notes.\n\n" + BaseChangelogBody);