We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 581daab commit e6b456fCopy full SHA for e6b456f
updater/scripts/update-dependency.ps1
@@ -16,7 +16,7 @@ param(
16
[string] $GhTitlePattern = '',
17
# Specific version - if passed, no discovery is performed and the version is set directly
18
[string] $Tag = '',
19
- # Tag that the dependency was before update - should be only passed if $Tag is set. Necessary for PostUpdateScript.
+ # Version that the dependency was on before the update - should be only passed if $Tag is set. Necessary for PostUpdateScript.
20
[string] $OriginalTag = '',
21
# Optional post-update script to run after successful dependency update
22
# The script receives the original and new version as arguments
0 commit comments