Skip to content

Commit

Permalink
Merge pull request #123 from theohbrothers/docs/update-spelling-in-up…
Browse files Browse the repository at this point in the history
…date-versions.ps1

Docs: Update spelling in Update-Versions.ps1
  • Loading branch information
leojonathanoh authored Dec 1, 2023
2 parents 79a9e86 + bee6642 commit 4a5fa4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Update-Versions.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ 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 4a5fa4d

Please sign in to comment.