Skip to content

Commit 97de648

Browse files
committed
build: Build and release changes for v2.x.x branch
1 parent b0458de commit 97de648

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.releaserc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"branch": "master",
2+
"branch": "v2.x.x",
33
"verifyConditions": [],
44
"prepare": [
55
"@semantic-release/git",

appveyor.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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"
174174
175175
}
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

0 commit comments

Comments
 (0)