-
-
Notifications
You must be signed in to change notification settings - Fork 7
New GithubReleaseNotes
external help file: XpandPosh.Cmdlets.dll-Help.xml Module Name: xpandposh online version: schema: 2.0.0
Generates GitHub Release notes.
New-GithubReleaseNotes [-ReleaseNotesTemplate <IReleaseNotesTemplate>] -CommitIssues <ICommitIssues[]>
[-ActivityId <Int32>] [-ActivityName <String>] [-ActivityStatus <String>] [-CompletionMessage <String>]
[-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) ASPxComboBoxModelAdapter
{{ Fill ActivityId Description }}
Type: Int32
Parameter Sets: (All)
Aliases:
Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
{{ Fill ActivityName Description }}
Type: String
Parameter Sets: (All)
Aliases:
Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
{{ Fill ActivityStatus Description }}
Type: String
Parameter Sets: (All)
Aliases:
Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
Use the Get-GitHubCommitIssue
cmdlet
Type: ICommitIssues[]
Parameter Sets: (All)
Aliases:
Required: True
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
{{ Fill CompletionMessage Description }}
Type: String
Parameter Sets: (All)
Aliases:
Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
Prompts 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: False
Use the New-GitHubReleaseNotesTemplate
cmdlet
Type: IReleaseNotesTemplate
Parameter Sets: (All)
Aliases:
Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
Shows 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: False
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.