mirror of
https://gitee.com/vant-contrib/vant.git
synced 2025-04-06 03:57:59 +08:00
chore: update release-it config
This commit is contained in:
parent
d5640ec540
commit
db6aee2252
@ -19,7 +19,7 @@
|
|||||||
},
|
},
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"dev": "tsc --watch",
|
"dev": "tsc --watch",
|
||||||
"release": "tsc & release-it --tag latest-v2"
|
"release": "tsc & release-it"
|
||||||
},
|
},
|
||||||
"files": [
|
"files": [
|
||||||
"lib",
|
"lib",
|
||||||
@ -112,6 +112,9 @@
|
|||||||
"git": {
|
"git": {
|
||||||
"tag": false,
|
"tag": false,
|
||||||
"commitMessage": "chore: release @vant/cli@${version}"
|
"commitMessage": "chore: release @vant/cli@${version}"
|
||||||
|
},
|
||||||
|
"npm": {
|
||||||
|
"tag": "latest-v2"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"eslintConfig": {
|
"eslintConfig": {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user