Release v3.1.0
Tip: With this release, you can test $GetChangelogDataOutput.Unreleased.ChangeCount -gt 0
as an easy way to tell if there are any unreleased changes in a Changelog.
Changes
Added
- Get-ChangelogData now returns an additional
ChangeCount
property onUnreleased
andReleased
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