The-Standard-Organization / ADotNet

ADotNet is a.NET library that enables software engineers on the .NET platform to develop AzureDevOps pipelines and Git Actions in C#.
98 stars 34 forks source link

MINOR FIX: Fixed issue where multiline release notes was shown as an empty string in release summary #79

Closed cjdutoit closed 1 year ago

cjdutoit commented 1 year ago

The previous code did not read the release notes correctly.

This version will correctly read the multiline release notes from this tag in the .csproj file and remove the leading whitespaces as added by formatting of the project file.

<PackageReleaseNotes>
    Adding Release Tag, GitHub Release, and NuGet Package Push Support

    We are excited to announce the addition of new functionality to our software, 
    enabling developers to enhance their release management process. 
    With this update, you can now easily add release tags, create GitHub releases, 
    and push packages to NuGet for release builds. 
    Upgrade today to leverage these powerful features and improve your development workflow.
</PackageReleaseNotes>