mirror of
https://github.com/Kuingsmile/PicList.git
synced 2026-09-04 23:19:09 +08:00
📦 Chore: add picgo bump-version
This commit is contained in:
@@ -18,6 +18,9 @@
|
|||||||
<a href="https://github.com/Molunerfinn/PicGo/releases/latest">
|
<a href="https://github.com/Molunerfinn/PicGo/releases/latest">
|
||||||
<img src="https://img.shields.io/github/release/Molunerfinn/PicGo.svg?style=flat-square" alt="">
|
<img src="https://img.shields.io/github/release/Molunerfinn/PicGo.svg?style=flat-square" alt="">
|
||||||
</a>
|
</a>
|
||||||
|
<a href="https://github.com/PicGo/bump-version">
|
||||||
|
<img src="https://img.shields.io/badge/picgo-convention-blue.svg?style=flat-square" alt="">
|
||||||
|
</a>
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
## 应用说明
|
## 应用说明
|
||||||
|
|||||||
+25
-1
@@ -26,7 +26,25 @@
|
|||||||
"docs": "webpack-dev-server --content-base docs/dist --config .electron-vue/webpack.docs.config.js --hot --inline",
|
"docs": "webpack-dev-server --content-base docs/dist --config .electron-vue/webpack.docs.config.js --hot --inline",
|
||||||
"patch": "npm version patch && git push origin master && git push origin --tags",
|
"patch": "npm version patch && git push origin master && git push origin --tags",
|
||||||
"minor": "npm version minor && git push origin master && git push origin --tags",
|
"minor": "npm version minor && git push origin master && git push origin --tags",
|
||||||
"major": "npm version major && git push origin master && git push origin --tags"
|
"major": "npm version major && git push origin master && git push origin --tags",
|
||||||
|
"cz": "git-cz",
|
||||||
|
"bump": "bump-version"
|
||||||
|
},
|
||||||
|
"husky": {
|
||||||
|
"hooks": {
|
||||||
|
"commit-msg": "commitlint -E HUSKY_GIT_PARAMS"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"config": {
|
||||||
|
"commitizen": {
|
||||||
|
"path": "./node_modules/cz-customizable"
|
||||||
|
},
|
||||||
|
"cz-customizable": {
|
||||||
|
"config": "./node_modules/@picgo/bump-version/.cz-config.js"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"commitlint": {
|
||||||
|
"extends": ["./node_modules/@picgo/bump-version/commitlint-picgo"]
|
||||||
},
|
},
|
||||||
"build": {
|
"build": {
|
||||||
"productName": "PicGo",
|
"productName": "PicGo",
|
||||||
@@ -92,6 +110,8 @@
|
|||||||
"vuex": "^2.3.1"
|
"vuex": "^2.3.1"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
|
"@commitlint/cli": "^7.5.2",
|
||||||
|
"@picgo/bump-version": "^1.0.2",
|
||||||
"babel-core": "^6.25.0",
|
"babel-core": "^6.25.0",
|
||||||
"babel-eslint": "^7.2.3",
|
"babel-eslint": "^7.2.3",
|
||||||
"babel-loader": "^7.1.1",
|
"babel-loader": "^7.1.1",
|
||||||
@@ -104,9 +124,12 @@
|
|||||||
"cfonts": "^1.1.3",
|
"cfonts": "^1.1.3",
|
||||||
"chai": "^4.0.0",
|
"chai": "^4.0.0",
|
||||||
"chalk": "^2.1.0",
|
"chalk": "^2.1.0",
|
||||||
|
"commitizen": "^3.0.7",
|
||||||
|
"conventional-changelog": "^3.0.6",
|
||||||
"copy-webpack-plugin": "^4.0.1",
|
"copy-webpack-plugin": "^4.0.1",
|
||||||
"cross-env": "^5.0.5",
|
"cross-env": "^5.0.5",
|
||||||
"css-loader": "^0.28.4",
|
"css-loader": "^0.28.4",
|
||||||
|
"cz-customizable": "^5.10.0",
|
||||||
"del": "^3.0.0",
|
"del": "^3.0.0",
|
||||||
"devtron": "^1.4.0",
|
"devtron": "^1.4.0",
|
||||||
"electron": "4.0.2",
|
"electron": "4.0.2",
|
||||||
@@ -124,6 +147,7 @@
|
|||||||
"eslint-plugin-standard": "^3.0.1",
|
"eslint-plugin-standard": "^3.0.1",
|
||||||
"file-loader": "^3.0.1",
|
"file-loader": "^3.0.1",
|
||||||
"html-webpack-plugin": "^3.2.0",
|
"html-webpack-plugin": "^3.2.0",
|
||||||
|
"husky": "^1.3.1",
|
||||||
"inject-loader": "^3.0.0",
|
"inject-loader": "^3.0.0",
|
||||||
"karma": "^1.3.0",
|
"karma": "^1.3.0",
|
||||||
"karma-chai": "^0.1.0",
|
"karma-chai": "^0.1.0",
|
||||||
|
|||||||
Reference in New Issue
Block a user