Skip to content

Commit

Permalink
Set min version for Release Engineering script to prevent weird error…
Browse files Browse the repository at this point in the history
…s on inbox Powershell (microsoft#11351)

Set min version for Release Engineering script to prevent weird errors on inbox Powershell
  • Loading branch information
miniksa authored Sep 29, 2021
1 parent cf00ad7 commit d869913
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tools/ReleaseEngineering/New-TerminalStackedChangelog.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@
#
# $ New-TerminalStackedChangelog origin/release-1.8..origin/release-1.9

#Requires -Version 7.0

[CmdletBinding()]
Param(
[string[]]$RevisionRanges
Expand Down

0 comments on commit d869913

Please sign in to comment.