File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 11{
2- "branch": "master ",
2+ "branch": "v2.x.x ",
33 "verifyConditions": [],
44 "prepare": [
55 "@semantic-release/git",
Original file line number Diff line number Diff line change @@ -77,7 +77,7 @@ after_build:
7777 if($env:APPVEYOR_PULL_REQUEST_NUMBER -eq $null)
7878 {
7979
80- If($branchName -eq "development" -or $branchName -eq $env:APPVEYOR_REPO_TAG_NAME -or $branchName -eq "master ")
80+ If($branchName -eq "development" -or $branchName -eq $env:APPVEYOR_REPO_TAG_NAME -or $branchName -eq "v2.x.x ")
8181
8282 {
8383 .\packages\Doxygen.1.8.14\tools\doxygen.exe Doxyfile
@@ -167,10 +167,10 @@ test_script:
167167 }
168168 }
169169
170- If($branchName -eq "master " -and $env:APPVEYOR_PULL_REQUEST_NUMBER -eq $null)
170+ If($branchName -eq "v2.x.x " -and $env:APPVEYOR_PULL_REQUEST_NUMBER -eq $null)
171171
172172 {
173- Write-Output "branchName is master and not a pull request - running semantic release"
173+ Write-Output "branchName is v2.x.x and not a pull request - running semantic release"
174174175175 }
176176
@@ -226,6 +226,6 @@ deploy:
226226 api_key :
227227 secure : q7ya4MDWM5JDI2JYw1DxSKTgX+jwbvdlRKPjVg1Cijxb33r1K5qSAabnsUHcWTLf
228228 on :
229- branch : master
229+ branch : v2.x.x
230230 APPVEYOR_REPO_TAG : true
231231
You can’t perform that action at this time.
0 commit comments