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