Skip to content

Commit

Permalink
πŸ”ˆ echoing list of commits to ensure it's correct
Browse files Browse the repository at this point in the history
  • Loading branch information
Calinator444 committed Nov 1, 2024
1 parent c33085c commit 7328bc1
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions build-scripts/update-rule-history-override-branch.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ if ($ShouldGenerateHistory -eq $false) {
}



$ErrorActionPreference = 'Stop'

cd SSW.Rules.Content/
Expand All @@ -34,6 +35,8 @@ $historyFileArray = @()

#Step 2: Get commits within range
$listOfCommits = git log --pretty="<HISTORY_ENTRY>%n%h%n%ad%n%aN%n%ae%n<FILES_CHANGED>" --name-only --date=iso-strict $startCommitHash^..$endCommitHash origin/tina/cut-content-stripped --
echo "List of commits"
echo $listOfCommits
$historyChangeEntry = $listOfCommits -join "<LINE>"
$historyArray = $historyChangeEntry -split "<HISTORY_ENTRY>"

Expand Down

0 comments on commit 7328bc1

Please sign in to comment.