Skip to content

Commit

Permalink
Sync scripts\make-changelog.ps1
Browse files Browse the repository at this point in the history
  • Loading branch information
SyncFileContents authored and SyncFileContents committed Feb 5, 2025
1 parent 909691f commit aeb4700
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions scripts/make-changelog.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -157,6 +157,12 @@ function MakeNotesForRange {
$CHANGELOG = ""

$TAG_INDEX = 0

git config versionsort.suffix "-alpha"
git config versionsort.suffix "-beta"
git config versionsort.suffix "-rc"
git config versionsort.suffix "-pre"

$TAGS = git tag --list --sort=-v:refname

if ($null -eq $TAGS) {
Expand Down

0 comments on commit aeb4700

Please sign in to comment.