From ace21d969e37e0cd1066a63f123b1166567b827e Mon Sep 17 00:00:00 2001 From: Javi Velasco Date: Sat, 3 Sep 2016 16:45:58 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=99=88?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .bumpedrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.bumpedrc b/.bumpedrc index a3983285..04826e51 100644 --- a/.bumpedrc +++ b/.bumpedrc @@ -31,7 +31,7 @@ plugins: 'Publishing tag at Github': plugin: 'bumped-terminal' - command: 'git tag $newVersion && git push && git push --tags' + command: 'git tag $newVersion && git push origin dev && git push --tags origin dev' 'Publishing at NPM': plugin: 'bumped-terminal'