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

Commit ce6e1995 by Erik Seliger

ci(release): enable semantic release on next branch

1 parent 6ef449c1
Showing with 2 additions and 1 deletions
...@@ -7,6 +7,7 @@ branches: ...@@ -7,6 +7,7 @@ branches:
only: only:
- master - master
- v6 - v6
- next
- /^greenkeeper/.*$/ - /^greenkeeper/.*$/
except: except:
- /^v\d+\.\d+\.\d+$/ - /^v\d+\.\d+\.\d+$/
...@@ -84,6 +85,6 @@ stages: ...@@ -84,6 +85,6 @@ stages:
- lint - lint
- test - test
- name: release - name: release
if: (branch = master OR branch = beta) AND type = push AND fork = false if: (branch = master OR branch = next) AND type = push AND fork = false
- name: docs - name: docs
if: branch = master AND type = push AND fork = false if: branch = master AND type = push AND fork = false
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!