Skip to content

Commit

Permalink
chore: add a rake task to generate changelog automatically
Browse files Browse the repository at this point in the history
  • Loading branch information
tonytonyjan committed Oct 2, 2017
1 parent 3054a3e commit a8069f9
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -67,3 +67,7 @@ end

spec = Gem::Specification.load(File.expand_path('../jaro_winkler.gemspec', __FILE__))
Gem::PackageTask.new(spec).define

task 'CHANGELOG.md' do
sh 'conventional-changelog -p angular -i CHANGELOG.md -s'
end

0 comments on commit a8069f9

Please sign in to comment.