--- title: "Create Release Note" ---
This is generated from the built in components of BuildMaster 2023.0, and may be different than what you have installed (especially if you have extensions); go to [Gear Icon] -> Administration -> Operations within your BuildMaster instance to see exactly what operations are available.

Attaches a release note to the current release.

Script usage:

Create-ReleaseNote(
	[Note: <text>],
	[Application: <text>],
	[Release: <text>],
	[Build: <text>]
);

This operation may be prefixed with Core::, although this is a built-in namespace and isn't really necessary.

Arguments:

NameFormatScript UsageUsage Notes
Note text (default)
text
Note
Application name
text
Application
Default value is "$ApplicationName".
Release number
text
Release
Default value is "$ReleaseNumber".
Build number
text
Build
Value note: "none".

Example:

Create-ReleaseNote Build $ReleaseNumber.$BuildNumber deployed to ProGet.;