From 5d509c4f9609b09eabb4c55d02fdd41ea24c0003 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonathan=20C=C3=A9lio?= Date: Thu, 6 May 2021 16:19:41 -0300 Subject: [PATCH] Update package.json (#93) --- package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index af08920..3e73345 100644 --- a/package.json +++ b/package.json @@ -52,7 +52,8 @@ }, "release": { "branches": [ - "master" + "master", + "next" ] } }