Skip to content

Commit

Permalink
Improve commit messages to reflect current policy
Browse files Browse the repository at this point in the history
  • Loading branch information
nobu committed Feb 3, 2023
1 parent 9f6969b commit d3aabbf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions rakelib/version.rake
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ class << (helper = Bundler::GemHelper.instance)
end

def commit_bump
sh(%W[git commit -m bump\ up\ to\ #{gemspec.version}
#{SOURCE_PATH}])
sh([*%w[git commit -m], "Development of #{gemspec.version} started.",
SOURCE_PATH])
end

def version=(v)
Expand Down

0 comments on commit d3aabbf

Please sign in to comment.