Skip to content

Commit

Permalink
Tag latest release as 'release', fixes #36
Browse files Browse the repository at this point in the history
  • Loading branch information
jhart-r7 committed Mar 10, 2015
1 parent 975fe1c commit e038f1e
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions Rakefile
@@ -1,5 +1,11 @@
require "bundler/gem_tasks"

# append to the release task to tag this as 'release',
# meaning it is the most recent release
task :release do |t|
sh "git tag -a -f release -m \"Update release tag for #{Bundler::GemHelper.gemspec.version}\""
end

require 'rspec/core/rake_task'
RSpec::Core::RakeTask.new do |t|
t.pattern = "spec/**/*_spec.rb"
Expand Down

0 comments on commit e038f1e

Please sign in to comment.