From fb94605feba9bc18c95d4dadbdbd003f971e4eba Mon Sep 17 00:00:00 2001 From: Javi Velasco Date: Wed, 11 Nov 2015 21:58:28 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=92=A9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .bumpedrc | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.bumpedrc b/.bumpedrc index 91792a46..023de648 100644 --- a/.bumpedrc +++ b/.bumpedrc @@ -19,6 +19,10 @@ plugins: postrelease: + 'Commiting new version': + plugin: 'bumped-terminal' + command: 'git add package.json && git commit package.json -m "$newVersion release" && git push origin master' + 'Publishing tag at Github': plugin: 'bumped-terminal' command: 'git tag $newVersion && git push origin $newVersion'