ChangelogManagement
3.1.0
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) 2023 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
### Added
- Get-ChangelogData now returns an additional `ChangeCount` property on `Unreleased` and `Released` properties. `ChangeCount` contains an integer count of the number of changes in that section. (Note that counts for individual change types in a section are available via `$OutputVariable.SECTION-NAME-HERE.Data.CHANGE-TYPE-HERE.Count` syntax.)
### Changed
- Pester test structure modernized and updated to offer increased coverage and more test cases
### Fixed
- Now documented that AzureDevOps option for Update-Changelog's LinkMode requires default branch be main
FileList
- ChangelogManagement.nuspec
- docs\Update-Changelog.html
- CHANGELOG.html
- docs\New-Changelog.html
- ChangelogManagement.psm1
- docs\Add-ChangelogData.html
- ChangelogManagement-v3.1.0.zip
- public\New-Changelog.ps1
- README.html
- public\Update-Changelog.ps1
- ChangelogManagement.psd1
- public\Add-ChangelogData.ps1
- public\Get-ChangelogData.ps1
- public\ConvertFrom-Changelog.ps1
- docs\Get-ChangelogData.html
- docs\ConvertFrom-Changelog.html