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

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:
only:
- master
- v6
- next
- /^greenkeeper/.*$/
except:
- /^v\d+\.\d+\.\d+$/
......@@ -84,6 +85,6 @@ stages:
- lint
- test
- 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
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!