Skip to content

Commit

Permalink
chore: use prefix v#{version} for CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
iberianpig committed Jan 3, 2024
1 parent aa81982 commit 74f0eb0
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 74f0eb0

Please sign in to comment.