- 
          
 - 
                Notifications
    
You must be signed in to change notification settings  - Fork 7
 
New GithubReleaseNotes
Generates GitHub Release notes.
New-GithubReleaseNotes [-ReleaseNotesTemplate <IReleaseNotesTemplate>] -CommitIssues <ICommitIssues[]>
 [-WhatIf] [-Confirm] [<CommonParameters>]
Given a collection of CommitIssues (see Get-GitHubCommitIssues) a list of release notes can be generated. The list is templated by default while it is possible to generate a template using the New-GitHubReleaseNotesTemplate cmdlet for the ReleaseNotesTemplate parameter.
PS C:\> New-GithubReleaseNotes -CommitIssues $commitIssues
### Bugs
1. #[363](https://github.com/eXpandFramework/eXpand/issues/363) Force only one DashboardObjectDataSource 
1. #[363](https://github.com/eXpandFramework/eXpand/issues/363) Support IAppearenceEnabled for ChooseFromListCollectionEditor 
1. #[363](https://github.com/eXpandFramework/eXpand/issues/363) Dashboard: DisableMultiDashboardTypeController 
### Enhacements
1. #[394](https://github.com/eXpandFramework/eXpand/issues/394) #[391](https://github.com/eXpandFramework/eXpand/issues/391) Update Standalone nugets  
1. #[391](https://github.com/eXpandFramework/eXpand/issues/391) ExcelImporter: Fix broken layout, display map grid in the main view and handle different the masterdetail synchronization per platform 
1. #[379](https://github.com/eXpandFramework/eXpand/issues/379) Excel ColumnMap Regex column throws 
1. #[379](https://github.com/eXpandFramework/eXpand/issues/379) ExcelImport: Add Column to display the Regex replacement for easy test in the UI 
1. #[390](https://github.com/eXpandFramework/eXpand/issues/390) ASPxComboBoxModelAdapterUse the Get-GitHubCommitIssue cmdlet
Type: ICommitIssues[]
Parameter Sets: (All)
Aliases:
Required: True
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: FalsePrompts you for confirmation before running the cmdlet.
Type: SwitchParameter
Parameter Sets: (All)
Aliases: cf
Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: FalseUse the New-GitHubReleaseNotesTemplate cmdlet
Type: IReleaseNotesTemplate
Parameter Sets: (All)
Aliases:
Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: FalseShows what would happen if the cmdlet runs. The cmdlet is not run.
Type: SwitchParameter
Parameter Sets: (All)
Aliases: wi
Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: FalseThis cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.
