⚙ basic release config
This commit is contained in:
parent
5a258d8e6c
commit
35b4796f37
19
package.json
19
package.json
@ -1,9 +1,10 @@
|
|||||||
{
|
{
|
||||||
"name": "@lfk/selfservice",
|
"name": "@odit/lfk-selfservice",
|
||||||
"version": "0.0.0",
|
"version": "0.0.0",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"dev": "vite",
|
"dev": "vite",
|
||||||
"build": "vite build"
|
"build": "vite build",
|
||||||
|
"release": "release-it --only-version"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"got": "^11.8.1",
|
"got": "^11.8.1",
|
||||||
@ -16,8 +17,22 @@
|
|||||||
"@vue/compiler-sfc": "^3.0.5",
|
"@vue/compiler-sfc": "^3.0.5",
|
||||||
"autoprefixer": "^10.2.4",
|
"autoprefixer": "^10.2.4",
|
||||||
"postcss": "^8.2.6",
|
"postcss": "^8.2.6",
|
||||||
|
"release-it": "^14.4.1",
|
||||||
"tailwindcss": "^2.0.3",
|
"tailwindcss": "^2.0.3",
|
||||||
"vite": "^2.0.0-beta.7",
|
"vite": "^2.0.0-beta.7",
|
||||||
"vite-plugin-windicss": "^0.1.16"
|
"vite-plugin-windicss": "^0.1.16"
|
||||||
|
},
|
||||||
|
"release-it": {
|
||||||
|
"git": {
|
||||||
|
"commit": true,
|
||||||
|
"requireCleanWorkingDir": false,
|
||||||
|
"commitMessage": "🚀Bumped version to v${version}",
|
||||||
|
"requireBranch": "dev",
|
||||||
|
"push": false,
|
||||||
|
"tag": false
|
||||||
|
},
|
||||||
|
"npm": {
|
||||||
|
"publish": false
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user