You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: apps/Core/Views/Default/html/devtools/modules/module/release.html
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -293,7 +293,7 @@
293
293
'fieldId' : 'build-meta-prefix',
294
294
'fieldLabel' : 'Build Meta Prefix',
295
295
'fieldHelp' : true,
296
-
'fieldHelpTooltipContent' : 'Enter your build Meta Prefix. You can use keyword "now" for current unix time. Example: beta.now will produce beta.1714635771',
296
+
'fieldHelpTooltipContent' : 'Enter your build Meta Prefix. You can use keyword "now" for current unix time. Example: beta.now will produce beta.1714635771. Keywords available are : now (current unix time), dom (day of month), moy (month of year), wom (week of month), woy (week of year)',
0 commit comments