ci: add github after release
正在显示
.github/release-drafter.yml
0 → 100644
| { | { | ||
| "name": "vben-admin-2.0", | "name": "vben-admin-2.0", | ||
| "version": "2.0.0-beta.1", | "version": "2.0.0-beta.2", | ||
| "scripts": { | "scripts": { | ||
| "bootstrap": "yarn install", | "bootstrap": "yarn install", | ||
| "serve": "ts-node --project ./build/tsconfig.json ./build/script/preserve && cross-env NODE_ENV=development vite", | "serve": "ts-node --project ./build/tsconfig.json ./build/script/preserve && cross-env NODE_ENV=development vite", | ||
| ... | @@ -58,6 +58,7 @@ | ... | @@ -58,6 +58,7 @@ |
| "babel-plugin-import": "^1.13.0", | "babel-plugin-import": "^1.13.0", | ||
| "commitizen": "^4.2.1", | "commitizen": "^4.2.1", | ||
| "conventional-changelog-cli": "^2.1.0", | "conventional-changelog-cli": "^2.1.0", | ||
| "conventional-changelog-custom-config": "^0.3.1", | |||
| "cross-env": "^7.0.2", | "cross-env": "^7.0.2", | ||
| "dotenv": "^8.2.0", | "dotenv": "^8.2.0", | ||
| "eslint": "^7.10.0", | "eslint": "^7.10.0", | ||
| ... | @@ -92,6 +93,21 @@ | ... | @@ -92,6 +93,21 @@ |
| "vite-plugin-purge-icons": "^0.4.1", | "vite-plugin-purge-icons": "^0.4.1", | ||
| "vue-eslint-parser": "^7.1.0" | "vue-eslint-parser": "^7.1.0" | ||
| }, | }, | ||
| "repository": { | |||
| "type": "git", | |||
| "url": "git+https://github.com/anncwb/vue-vben-admin.git" | |||
| }, | |||
| "license": "MIT", | |||
| "bugs": { | |||
| "url": "https://github.com/anncwb/vue-vben-admin/issues" | |||
| }, | |||
| "homepage": "https://github.com/anncwb/vue-vben-admin", | |||
| "changelog": { | |||
| "bugsUrl": "https://github.com/anncwb/vue-vben-admin/issues", | |||
| "emojis": true, | |||
| "authorName": false, | |||
| "authorEmail": false | |||
| }, | |||
| "husky": { | "husky": { | ||
| "hooks": { | "hooks": { | ||
| "pre-commit": "ls-lint && lint-staged", | "pre-commit": "ls-lint && lint-staged", | ||
| ... | ... |
请
注册
或者
登录
后发表评论