Set min version for Release Engineering script to prevent weird errors on inbox Powershell (#11351)

Set min version for Release Engineering script to prevent weird errors on inbox Powershell
This commit is contained in:
Michael Niksa 2021-09-29 14:59:56 -07:00 committed by GitHub
parent cf00ad7ad4
commit d869913cfd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -21,6 +21,8 @@
#
# $ New-TerminalStackedChangelog origin/release-1.8..origin/release-1.9
#Requires -Version 7.0
[CmdletBinding()]
Param(
[string[]]$RevisionRanges