Skip to content

Commit a907d06

Browse files
committed
Try harder to show renames after automatically updating package
1 parent 04011b4 commit a907d06

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

JsLibraryPackaging.psm1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ function Update-JavaScriptLibrary ($name, $newVersion) {
158158
(Get-Content $dnnFile) | % { $_ -replace $oldVersion, $newVersion } | Set-Content $dnnFile
159159

160160
git add -A
161-
git --no-pager diff --cached
161+
git --no-pager diff --cached --find-renames=10%
162162
git commit -m "$name $newVersion"
163163
}
164164

0 commit comments

Comments
 (0)