ChangelogManagement
2.1.0
[
ChangelogManagement is a PowerShell module for reading and manipulating changelog files in [Keep a Changelog 1.0.0](https://keepachangelog.com/en/1.0.0/) format.
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
- Addi
ChangelogManagement is a PowerShell module for reading and manipulating changelog files in [Keep a Changelog 1.0.0](https://keepachangelog.com/en/1.0.0/) format.
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
- Addi
[
ChangelogManagement is a PowerShell module for reading and manipulating changelog files in [Keep a Changelog 1.0.0](https://keepachangelog.com/en/1.0.0/) format.
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
Show more
ChangelogManagement is a PowerShell module for reading and manipulating changelog files in [Keep a Changelog 1.0.0](https://keepachangelog.com/en/1.0.0/) format.
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.0
Installation Options
Owners
Copyright
(c) 2018 Nate Scherer, licensed under the MIT License.
Package Details
Author(s)
- Nate Scherer
Tags
Functions
Get-ChangelogData Add-ChangelogData New-Changelog Update-Changelog Convertfrom-Changelog
Dependencies
This module has no dependencies.
Release Notes
### Added
- Support for macOS
### Changed
- Building/releasing/testing changed from AppVeyor to Azure Pipelines
### Fixed
- Version comparison check in Update-Changelog required .NET System.Version; check has been removed to support any versioning scheme
- Unreleased sections now match specification in that they only contain headers for types of changes that exist
FileList
- ChangelogManagement.nuspec
- CHANGELOG.html
- ChangelogManagement.psd1
- ChangelogManagement.psm1
- README.html
- docs\Add-ChangelogData.html
- docs\Convertfrom-Changelog.html
- docs\Get-ChangelogData.html
- docs\New-Changelog.html
- docs\Update-Changelog.html