不要怂,就是干,撸起袖子干!

Commit 9358a132 by Sushant

build: enable ci for v6

1 parent d346a088
Showing with 3 additions and 2 deletions
...@@ -6,6 +6,7 @@ language: node_js ...@@ -6,6 +6,7 @@ language: node_js
branches: branches:
only: only:
- master - master
- v6
except: except:
- /^v\d+\.\d+\.\d+$/ - /^v\d+\.\d+\.\d+$/
...@@ -80,4 +81,4 @@ stages: ...@@ -80,4 +81,4 @@ stages:
- lint - lint
- test - test
- name: release - name: release
if: branch = master AND type = push AND fork = false if: branch = v6 AND type = push AND fork = false
...@@ -119,7 +119,7 @@ ...@@ -119,7 +119,7 @@
} }
}, },
"release": { "release": {
"branch": "master", "branch": "v6",
"verifyConditions": [ "verifyConditions": [
"@semantic-release/npm", "@semantic-release/npm",
"@semantic-release/github" "@semantic-release/github"
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!