Skip to content

Commit

Permalink
Make the tag pattern consistent with previous tags
Browse files Browse the repository at this point in the history
  • Loading branch information
ekohl committed Nov 8, 2023
1 parent 8ed6a0b commit 90a9f1c
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 @@ end
begin
require 'puppet_blacksmith/rake_tasks'
Blacksmith::RakeTask.new do |t|
t.tag_pattern = "%s"
t.tag_pattern = "v%s"
t.tag_message_pattern = "Version %s"
t.tag_sign = true
end
Expand Down

0 comments on commit 90a9f1c

Please sign in to comment.