Skip to content

Commit

Permalink
add new changelogger - katip
Browse files Browse the repository at this point in the history
  • Loading branch information
bibendi committed Dec 3, 2014
1 parent 861228d commit 15c21ad
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 14 deletions.
10 changes: 0 additions & 10 deletions CHANGELOG

This file was deleted.

12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
#### v0.0.4
* [861228d](../../commit/861228d) - __(bibendi)__ Release 0.0.4
* [1d8ec9b](../../commit/1d8ec9b) - __(bibendi)__ downgrade changelogger to 0.0.2

#### v0.0.3
* [ec54bda](../../commit/ec54bda) - __(bibendi)__ Release 0.0.3
* [5d4efb5](../../commit/5d4efb5) - __(bibendi)__ add railsc gem source

#### v0.0.2
* [af1fe22](../../commit/af1fe22) - __(bibendi)__ Release 0.0.2
* [5903a08](../../commit/5903a08) - __(bibendi)__ fix check git
* [9e46c68](../../commit/9e46c68) - __(bibendi)__ first
2 changes: 1 addition & 1 deletion apress-gems.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,6 @@ Gem::Specification.new do |spec|

spec.add_development_dependency 'bundler', '>= 1.6'
spec.add_development_dependency 'rake'
spec.add_runtime_dependency 'changelogger', '= 0.0.2' # rails3.1 thor 0.14.16
spec.add_runtime_dependency 'katip'
spec.add_runtime_dependency 'multipart-post'
end
7 changes: 4 additions & 3 deletions tasks/version.rake
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,8 @@ namespace :version do

desc 'Generate CHANGELOG file'
task :changelog do
spawn "bundle exec changelogger '#{Dir.pwd}' --top_version='v#{current_version}' > CHANGELOG"
spawn "git add CHANGELOG"
require 'katip'
Katip::ChangeLogger.new.log_changes
spawn "git add CHANGELOG.md"
end
end
end

0 comments on commit 15c21ad

Please sign in to comment.