Skip to content

Instantly share code, notes, and snippets.

@StartAutomating
Created October 13, 2025 21:34
Show Gist options
  • Save StartAutomating/a6cb090ed005542778ad1055a57c2fd9 to your computer and use it in GitHub Desktop.
Save StartAutomating/a6cb090ed005542778ad1055a57c2fd9 to your computer and use it in GitHub Desktop.
Gist tell me what is missing from the CHANGELOG
#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