From 3a67b275637787cdafeee6994264aba7d67745f5 Mon Sep 17 00:00:00 2001 From: Kiko Beats Date: Fri, 29 Jan 2016 17:15:01 +0100 Subject: [PATCH] Update scripts --- .bumpedrc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.bumpedrc b/.bumpedrc index 625208f..40dc9e5 100644 --- a/.bumpedrc +++ b/.bumpedrc @@ -21,8 +21,8 @@ plugins: 'Commiting new version': plugin: 'bumped-terminal' - command: 'git add assets/js/src/__init.coffee CHANGELOG.md bower.json package.json assets/css/*.css assets/js/bloggy.*.js && git commit -m "Release $newVersion" && git push origin master' + command: 'git add assets/js/src/__init.coffee CHANGELOG.md bower.json package.json assets/css/*.css assets/js/bloggy.*.js && git commit -m "Release $newVersion"' 'Publishing tag at Github': plugin: 'bumped-terminal' - command: 'git tag $newVersion && git push origin $newVersion' + command: 'git tag $newVersion && git push && git push --tags'