We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a65d5ae commit 2054d46Copy full SHA for 2054d46
1 file changed
.github/workflows/show_manual_release_cmd.vsh
@@ -1,11 +1,10 @@
1
import os
2
import time
3
-import math
4
import term
5
6
now := time.now()
7
year := now.year
8
-week := int(math.ceil(f64(now.year_day()) / 7.0))
+week := now.strftime('%V')
9
10
mut remote_name := 'origin'
11
mut release_tag := 'weekly.${year:04}.${week:02}'
0 commit comments