From 710b9d5248ee8a0d4d633bb01c64040c7dd13919 Mon Sep 17 00:00:00 2001 From: Christian Crowhurst Date: Wed, 5 Oct 2016 08:11:21 +0100 Subject: [PATCH] chore(build): semantic-release config change --- package.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 36ef850e..dd6d71b0 100644 --- a/package.json +++ b/package.json @@ -11,7 +11,10 @@ "module": "index.js", "typings": "index.d.ts", "release": { - "branch": "typescript" + "branch": "typescript", + "fallbackTags": { + "next": "latest" + } }, "publishConfig": { "tag": "next"