Skip to content

New GithubReleaseNotes

Apostolis Bekiaris edited this page Apr 22, 2020 · 6 revisions

external help file: XpandPwsh.Cmdlets.dll-Help.xml Module Name: XpandPwsh online version: https://go.microsoft.com/fwlink/?LinkID=2097043 schema: 2.0.0

New-GithubReleaseNotes

SYNOPSIS

Generates GitHub Release notes.

SYNTAX

New-GithubReleaseNotes [-ReleaseNotesTemplate <IReleaseNotesTemplate>] -CommitIssues <ICommitIssues[]>
 [-WhatIf] [-Confirm] [<CommonParameters>]

DESCRIPTION

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.

EXAMPLES

Example 1

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

PARAMETERS

-CommitIssues

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

-Confirm

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

-ReleaseNotesTemplate

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

-WhatIf

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

CommonParameters

This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.

INPUTS

None

OUTPUTS

System.String

NOTES

RELATED LINKS

image

image


Star the project if you think it deserves it.

GitHub stars

Fork the project to extend and contribute.

GitHub forks

Clone this wiki locally