Skip to content

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
Blackfaded committed Sep 3, 2024
2 parents d909ee2 + 790f3c8 commit 32261bb
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,5 @@ desc "Build and release the gem to RubyGems"
task :release => [:rubocop, :spec, :build] do
version = `git tag --list`.split("\n").last
puts "Releasing version #{version}"
system("git tag -a v#{version} -m 'Version #{version}'")
system("git push origin --tags")
system("gem push pkg/#{File.basename(Dir.glob("*.gemspec").first, ".gemspec")}-#{version}.gem")
end

0 comments on commit 32261bb

Please sign in to comment.