Skip to content

Commit df7e464

Browse files
committed
[build] Enabling more than one "nightly" per day
1 parent 83656d6 commit df7e464

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Rakefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -625,7 +625,7 @@ namespace :py do
625625
old_version = python_version
626626
new_version = nil
627627
if bump_nightly && old_version.include?('nightly')
628-
new_version = old_version.gsub('nightly', "#{Time.now.strftime("%Y%m%d")}")
628+
new_version = old_version.gsub('nightly', "#{Time.now.strftime("%Y%m%d%H%M")}")
629629
else
630630
new_version = updated_version(old_version, arguments[:version])
631631
new_version += '.nightly' unless old_version.include?('nightly')

0 commit comments

Comments
 (0)