Skip to content

Commit

Permalink
Docs: Update spelling in Update-Versions.ps1
Browse files Browse the repository at this point in the history
  • Loading branch information
leojonathanoh committed Dec 1, 2023
1 parent 1834b9b commit 2db5963
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Update-Versions.ps1
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
# This script is to update versions in version.json, create PR(s) for each bumped version, merge PRs, and release
# This script is to update versions in versions.json, create PR(s) for each bumped version, merge PRs, and release
# It may be run manually or as a cron
# Use -WhatIf for dry run
[CmdletBinding(SupportsShouldProcess)]
param (
[Parameter(HelpMessage="Whether to clone a temporary repo before opening PRs. Useful in development")]
[switch]$CloneTempRepo
,
[Parameter(HelpMessage="Whether to open a PR for each updated version in version.json")]
[Parameter(HelpMessage="Whether to open a PR for each updated version in versions.json")]
[switch]$PR
,
[Parameter(HelpMessage="Whether to merge each PR one after another (note that this is not GitHub merge queue which cannot handle merge conflicts). The queue ensures each PR is rebased to prevent merge conflicts")]
Expand Down

0 comments on commit 2db5963

Please sign in to comment.