ChangelogManagement
2.1.3
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 da
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 da
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
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
### Fixed
- Capitalization on ConvertFrom-Changelog now matches verb specifications
- Handling of missing Unreleased section in changelog file
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