Skip to content

Commit

Permalink
Getting ready for release
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinrutherford committed Apr 5, 2009
1 parent 6d52fc4 commit 0f5051c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion History.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
== 0.3.1.6 2009-??-??
== 1.0.0 2009-04-05

=== Major enhancements:

Expand Down
2 changes: 1 addition & 1 deletion tasks/deployment.rake
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ end
namespace :release do

desc 'Minor release on github only'
task :minor => [VERSION_FILE, 'build:package', 'rubyforge:rdoc'] do
task :minor => ['build:all', 'rubyforge:rdoc'] do
puts <<-EOS
1) git commit -a -m "Release #{Reek::VERSION}"
2) git tag -a "v#{Reek::VERSION}" -m "Release #{Reek::VERSION}"
Expand Down
2 changes: 1 addition & 1 deletion tasks/rubyforge.rake
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ namespace :rubyforge do
c["release_notes"] = proj.description
c["release_changes"] = proj.changes
c["preformatted"] = true
files = ["#{pkg}.tgz", "#{pkg}.gem"].compact
files = ["#{pkg}.tgz", "#{pkg}.gem"]
rf.add_release(PROJECT_NAME, PROJECT_NAME, ::Reek::VERSION, *files)
end

Expand Down

0 comments on commit 0f5051c

Please sign in to comment.