From 4c6a55fe2f7f1fc3a1f22558817060ebfef91b83 Mon Sep 17 00:00:00 2001 From: Alberto Romeu Date: Fri, 27 Dec 2019 16:53:36 +0100 Subject: [PATCH] remove master check --- bump.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bump.rb b/bump.rb index 649ac29347..0edd5805c1 100755 --- a/bump.rb +++ b/bump.rb @@ -104,7 +104,7 @@ end ARGV << 'patch' if ARGV.empty? help unless ARGV.count == 1 -raise 'Not in master branch' unless `git rev-parse --abbrev-ref HEAD`.strip == 'master' +# raise 'Not in master branch' unless `git rev-parse --abbrev-ref HEAD`.strip == 'master' puts 'Pulling and fetching tags...' `git pull --tags`