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 b76eb2c commit f3caf30Copy full SHA for f3caf30
makefile
@@ -1,5 +1,5 @@
1
# 获取当前时间并格式化版本号
2
-VERSION := $(shell date +"%y.%m%d.%H%M")
+VERSION := $(shell TZ="Asia/Shanghai" date +"%y.%m%d.%H%M")
3
4
5
update-version:
package.json
@@ -5,7 +5,7 @@
"name": "rirh<[email protected]>"
6
},
7
"license": "./LICENSE",
8
- "version": "24.1213.1024",
+ "version": "24.1213.1025",
9
"private": true,
10
"scripts": {
11
"dev": "next dev",
0 commit comments