Create Release Note
  • 14 May 2021
  • 1 Minute to read
  • Dark
    Light
  • PDF

Create Release Note

  • Dark
    Light
  • PDF

Article Summary

This is generated from the built in components of BuildMaster 7.0.0, and may be different than what you have installed (especially if you have extensions); go to [User Icon] -> Documentation within your BuildMaster instance to see exactly what operations are available.

Create Release Note

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
Release number
text
Release
Build number
text
Build

Example:

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

Was this article helpful?

What's Next