ChangelogManagement
1.0.0
ChangelogManagement is a PowerShell module designed for easy manipulation of 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 as part of build/release scripts via the Update-Changelog cmdlet. (i.e. Automating the process of moving Unreleased changes into
The primary feature is automatic updating of changelogs at release time as part of build/release scripts via the Update-Changelog cmdlet. (i.e. Automating the process of moving Unreleased changes into
ChangelogManagement is a PowerShell module designed for easy manipulation of 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 as part of build/release scripts via the Update-Changelog cmdlet. (i.e. Automating the process of moving Unreleased changes into a new release tagged with today's date and a version number supplied via a parameter.)
Other features include:
- Creating new changelog files via New-Changelog
- Adding new changes 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 as part of build/release scripts via the Update-Changelog cmdlet. (i.e. Automating the process of moving Unreleased changes into a new release tagged with today's date and a version number supplied via a parameter.)
Other features include:
- Creating new changelog files via New-Changelog
- Adding new changes 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
Update-Changelog Get-ChangelogData Convertfrom-Changelog New-Changelog Add-ChangelogData
Dependencies
This module has no dependencies.
Release Notes
### Added
- Initial release
FileList
- ChangelogManagement.nuspec
- ChangelogManagement.psd1
- ChangelogManagement.psm1
- docs\Add-ChangelogData.html
- docs\CHANGELOG.html
- docs\Convertfrom-Changelog.html
- docs\Get-ChangelogData.html
- docs\New-Changelog.html
- docs\README.html
- docs\Update-Changelog.html
- docs\js\highlight.pack.js
- docs\styles\agate.css
- docs\styles\far.css
- docs\styles\md-styles.css
- docs\styles\tomorrow-night-blue.css
- docs\styles\vs.css