Skip to content

Commit

Permalink
internal: Fix release script so as not to increase the milestone month (
Browse files Browse the repository at this point in the history
  • Loading branch information
xerial authored Feb 7, 2025
1 parent 45897a6 commit 0cbece8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/release.rb
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
else
patch = 0
end
default_version = "#{now.year}.#{now.month}.#{patch}"
default_version = "#{now.year}.#{month}.#{patch}"
print "next version (default: #{default_version})? "
next_version = STDIN.gets.chomp

Expand Down

0 comments on commit 0cbece8

Please # to comment.