Azure / autorest.powershell

AutoRest PowerShell Generator
MIT License
113 stars 84 forks source link

Built-In Metadata Should Support Release Notes #757

Open TheOnlyWei opened 3 years ago

TheOnlyWei commented 3 years ago

For the built-in metadata properties listed here: https://github.com/Azure/autorest.powershell/blob/master/docs/metadata.md

The ReleaseNotes property is missing, and we would like to add that functionality. For example, the old way in our yaml:

  - from: Azs.Keyvault.Admin.nuspec
    where: $
    transform: $ = $.replace('<releaseNotes></releaseNotes>', '<releaseNotes>AzureStack Hub Admin module generated with https://github.com/Azure/autorest.powershell - see https://aka.ms/azpshmigration for breaking changes.</releaseNotes>');
dingmeng-xue commented 3 years ago

@TheOnlyWei , you know the release notes in module of Azure PowerShell comes from Changelog. We have script to handle that. Do you mean AzureStack hope to write release note per module manually?