Skip to content

Commit

Permalink
fix: use v prefix for version tag
Browse files Browse the repository at this point in the history
  • Loading branch information
iberianpig committed Jan 13, 2024
1 parent a94cc49 commit cfbdc5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ task :bump, :type do |_, args|
gemspec = Gem::Specification.load(gemspec_path)
config.user = gemspec.authors.first
config.project = gemspec.name
config.future_release = next_version
config.future_release = "v#{next_version}"
end

Rake::Task[:changelog].execute
Expand Down

0 comments on commit cfbdc5a

Please sign in to comment.