Skip to content

Commit

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

Docs: Update spelling in Update-Versions.ps1
  • Loading branch information
leojonathanoh authored Dec 1, 2023
2 parents 799ce7b + 46dea26 commit ce86af7
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 ce86af7

Please sign in to comment.