File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 1414 if ($env: APPVEYOR_REPO_BRANCH -eq " master" -or $env: APPVEYOR_REPO_BRANCH -match " ^release*" )
1515 {
1616 # generate change log including future version
17- bundle exec github_changelog_generator -- token $env: GitHubToken -- future- release " v$env: NBGV_GitBuildVersion "
17+ bundle exec github_changelog_generator -- token $env: GitHubToken -- future- release " v$env: NBGV_Version "
1818 }
1919 else
2020 {
2929 if ($logDif -ne $null )
3030 {
3131 git add CHANGELOG.md
32- git commit - m " Update CHANGELOG for v$env: NBGV_NuGetPackageVersion "
32+ git commit - m " Update CHANGELOG for v$env: MyNuGetVersion "
3333 # need to wrap the git command bellow so it doesn't throw an error because of redirecting the output to stderr
3434 git push origin " HEAD:$env: APPVEYOR_REPO_BRANCH " -- porcelain | Write-Host
3535 }
You can’t perform that action at this time.
0 commit comments