Skip to content

Commit

Permalink
fix: fix bug
Browse files Browse the repository at this point in the history
  • Loading branch information
fengming.shi committed Mar 18, 2020
1 parent 1ffa649 commit bb2fc94
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/big_keeper/dependency/dep_gradle_operator.rb
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@ def prerelease_start(path, version, user, modules)
BigkeeperParser.parse("#{path}/Bigkeeper")

version = BigkeeperParser.version if version == 'Version in Bigkeeper file'
modules = release_check_changed_modules(path, user) if (modules.nil? || modules.empty?
modules = release_check_changed_modules(path, user) if (modules.nil? || modules.empty?)
if modules.nil? || modules.empty?
Logger.error('no module need to release')
end
Expand Down
2 changes: 1 addition & 1 deletion lib/big_keeper/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module BigKeeper
VERSION = "0.9.19"
VERSION = "0.9.20"
end

0 comments on commit bb2fc94

Please sign in to comment.