From 9ebf3f7f0388d3b45e7716d1faf1380991021e02 Mon Sep 17 00:00:00 2001
From: Rhys Arkins <rhys@keylocation.sg>
Date: Sat, 1 Jul 2017 08:35:06 +0200
Subject: [PATCH] Set master branch to tag next

---
 package.json | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/package.json b/package.json
index dcb87ca245..3b1d5238ea 100644
--- a/package.json
+++ b/package.json
@@ -123,6 +123,9 @@
       }
     ]
   },
+  "publishConfig": {
+    "tag": "next"
+  },
   "release": {
     "analyzeCommits": {
       "path": "./node_modules/freeform-semantic-commit-analyzer/dist/index.js"
-- 
GitLab