ChangelogManagement
3.0.1
The primary feature is automatic updating of changelogs at release time in a CI/CD workflow via Update-Changelog.
Other features include:
- Creating new changelog files via New-Changelog
- Adding data to c
The primary feature is automatic updating of changelogs at release time in a CI/CD workflow via Update-Changelog.
Other features include:
- Creating new changelog files via New-Changelog
- Adding data to changelog files via Add-ChangelogData
- Getting changelog contents (parsed into a PowerShell object) via Get-ChangelogData
- Converting changelogs into other formats via ConvertFrom-Changelog
Minimum PowerShell version
5.1
Installation Options
Owners
Copyright
(c) 2022 Nate Scherer. All rights reserved.
Package Details
Author(s)
- Nate Scherer
Tags
Functions
Add-ChangelogData ConvertFrom-Changelog Get-ChangelogData New-Changelog Update-Changelog
Dependencies
This module has no dependencies.
Release Notes
### Changed
- Get-ChangelogData now always outputs a PSCustomObject for the Unreleased property when there is an Unreleased section header in the changelog. The PSCustomObject property RawData will contain the Unreleased header and any change type headers that exist. The properties Added, Changed, Deprecated, Removed, Fixed, and Security will be null if there are no corresponding change type under the Unreleased section header.
### Fixed
- Get-ChangelogData will now return null for the property Unreleased if there are no Unreleased section header in the changelog.
FileList
- ChangelogManagement.nuspec
- public\New-Changelog.ps1
- README.html
- public\Get-ChangelogData.ps1
- CHANGELOG.html
- docs\Update-Changelog.html
- docs\Add-ChangelogData.html
- ChangelogManagement-v3.0.1.zip
- docs\ConvertFrom-Changelog.html
- ChangelogManagement.psm1
- docs\Get-ChangelogData.html
- ChangelogManagement.psd1
- docs\New-Changelog.html
- public\ConvertFrom-Changelog.ps1
- public\Add-ChangelogData.ps1
- public\Update-Changelog.ps1