external help file | Module Name | online version | schema |
---|---|---|---|
ChangelogManagement-help.xml |
ChangelogManagement |
2.0.0 |
Takes a changelog in Keep a Changelog 1.0.0 format and parses the data into a PowerShell object.
Get-ChangelogData [[-Path] <String>] [<CommonParameters>]
Takes a changelog in Keep a Changelog 1.0.0 format and parses the data into a PowerShell object.
Get-ChangelogData
Returns an object containing Header, Unreleased, Released, Footer, and LastVersion properties.
Path to the changelog; defaults to ".\CHANGELOG.md"
Type: String
Parameter Sets: (All)
Aliases:
Required: False
Position: 1
Default value: CHANGELOG.md
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.