Created
October 13, 2025 21:34
-
-
Save StartAutomating/a6cb090ed005542778ad1055a57c2fd9 to your computer and use it in GitHub Desktop.
Gist tell me what is missing from the CHANGELOG
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#requires -Module ugit | |
# https://github.com/StartAutomating/ugit | |
$changelog = Get-Content ./CHANGELOG.md -Raw | |
$issuesNumbers = git log -CurrentBranch | Select-Object -ExpandProperty ReferenceNumbers -Unique | |
$issuesNumbers | Where-Object { $changelog -notmatch "$_"} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment