Skip to content

Commit d3aabbf

Browse files
committed
Improve commit messages to reflect current policy
1 parent 9f6969b commit d3aabbf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

rakelib/version.rake

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ class << (helper = Bundler::GemHelper.instance)
1313
end
1414

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

2020
def version=(v)

0 commit comments

Comments
 (0)