Skip to content

Commit 2c6bfae

Browse files
authored
Update generate-change-log.ps1
1 parent 5611152 commit 2c6bfae

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

generate-change-log.ps1

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@ else
1414
# need this to keep ruby happy
1515
& md c:\tmp > $null
1616

17+
& cd $env:APPVEYOR_BUILD_FOLDER > $null
18+
1719
if ($env:APPVEYOR_REPO_BRANCH -eq "master" -or $env:APPVEYOR_REPO_BRANCH -match "^release*")
1820
{
1921
# generate change log including future version

0 commit comments

Comments
 (0)