From cfbdc5a2b79358fc8b3a6516e854918995170207 Mon Sep 17 00:00:00 2001 From: iberianpig Date: Sat, 13 Jan 2024 14:34:06 +0900 Subject: [PATCH] fix: use v prefix for version tag --- Rakefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Rakefile b/Rakefile index 91952ad..48b7e50 100644 --- a/Rakefile +++ b/Rakefile @@ -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