Skip to content

Commit

Permalink
commit changelog after generate it
Browse files Browse the repository at this point in the history
  • Loading branch information
bibendi committed Feb 19, 2015
1 parent bd0e625 commit c86a1aa
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tasks/changelog.rake
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,6 @@ desc 'Generate CHANGELOG.md'
task :changelog do
require 'apress/changelogger'
Apress::ChangeLogger.new.log_changes
spawn "git add CHANGELOG.md"
spawn 'git add CHANGELOG.md'
spawn 'git commit -m "Update CHANGELOG.md"'
end

0 comments on commit c86a1aa

Please sign in to comment.