Skip to content

Commit

Permalink
Fix rainbow lightgray color name
Browse files Browse the repository at this point in the history
  • Loading branch information
4-20ma committed Feb 20, 2017
1 parent d297c27 commit b1a11d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rakelib/publish.rake
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ namespace :publish do
puts Rainbow("Tagging deployment as '#{tag_name}'").cyan
`git add CHANGELOG.md`
`git add #{Version.version_file('').basename}`
puts Rainbow(`git commit -m 'Version bump to #{tag_name}'`).light_grey
puts Rainbow(`git commit -m 'Version bump to #{tag_name}'`).lightgray
`git tag -a -f -m 'Version #{tag_name}' #{tag_name}`
`git push origin master`
`git push --tags`
Expand Down

0 comments on commit b1a11d6

Please sign in to comment.