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 5611152 commit 2c6bfaeCopy full SHA for 2c6bfae
generate-change-log.ps1
@@ -14,6 +14,8 @@ else
14
# need this to keep ruby happy
15
& md c:\tmp > $null
16
17
+ & cd $env:APPVEYOR_BUILD_FOLDER > $null
18
+
19
if ($env:APPVEYOR_REPO_BRANCH -eq "master" -or $env:APPVEYOR_REPO_BRANCH -match "^release*")
20
{
21
# generate change log including future version
0 commit comments