|
41 | 41 | "test:ci": "yarn test:cli && yarn test:packages", |
42 | 42 | "test:watch": "jest test/ packages/ --watch", |
43 | 43 | "test:smoke": "smoketests/smoketests.sh", |
44 | | - "publish:monorepo": "yarn build && yarn lerna-changelog && lerna publish -m \"chore: monorepo version update\" --canary --preid rc --dist-tag next" |
45 | | - }, |
46 | | - "standard-version": { |
47 | | - "types": [ |
48 | | - { |
49 | | - "type": "feat", |
50 | | - "section": "Features" |
51 | | - }, |
52 | | - { |
53 | | - "type": "fix", |
54 | | - "section": "Bug Fixes" |
55 | | - }, |
56 | | - { |
57 | | - "type": "chore", |
58 | | - "section": "Chores", |
59 | | - "hidden": false |
60 | | - }, |
61 | | - { |
62 | | - "type": "docs", |
63 | | - "section": "Documentation", |
64 | | - "hidden": false |
65 | | - }, |
66 | | - { |
67 | | - "type": "style", |
68 | | - "hidden": true |
69 | | - }, |
70 | | - { |
71 | | - "type": "refactor", |
72 | | - "hidden": true |
73 | | - }, |
74 | | - { |
75 | | - "type": "perf", |
76 | | - "hidden": true |
77 | | - }, |
78 | | - { |
79 | | - "type": "test", |
80 | | - "hidden": true |
81 | | - } |
82 | | - ] |
| 44 | + "publish:monorepo": "yarn build && lerna version --preid rc && lerna publish from-git --canary --preid rc --dist-tag next" |
83 | 45 | }, |
84 | 46 | "config": { |
85 | 47 | "commitizen": { |
|
95 | 57 | "devDependencies": { |
96 | 58 | "@babel/core": "^7.11.1", |
97 | 59 | "@babel/preset-env": "^7.11.0", |
98 | | - "@commitlint/cli": "^8.3.5", |
99 | | - "@commitlint/config-lerna-scopes": "^9.1.1", |
| 60 | + "@commitlint/cli": "^11.0.0", |
| 61 | + "@commitlint/config-lerna-scopes": "^11.0.0", |
100 | 62 | "@types/jest": "^25.1.4", |
101 | 63 | "@types/node": "13.9.8", |
102 | 64 | "@typescript-eslint/eslint-plugin": "^2.34.0", |
103 | 65 | "@typescript-eslint/parser": "^2.34.0", |
104 | 66 | "colorette": "^1.2.1", |
105 | | - "commitlint": "^9.1.2", |
106 | | - "commitlint-config-cz": "^0.13.1", |
| 67 | + "commitlint": "^11.0.0", |
| 68 | + "commitlint-config-cz": "^0.13.2", |
107 | 69 | "concat-stream": "^2.0.0", |
108 | | - "conventional-changelog-cli": "^2.1.0", |
109 | 70 | "cz-customizable": "^6.3.0", |
110 | 71 | "del-cli": "^3.0.1", |
111 | 72 | "eslint": "^6.8.0", |
|
121 | 82 | "jest-serializer-ansi": "^1.0.3", |
122 | 83 | "jest-watch-typeahead": "^0.5.0", |
123 | 84 | "lerna": "^3.22.1", |
124 | | - "lerna-changelog": "^1.0.1", |
125 | 85 | "lint-staged": "^10.2.11", |
126 | 86 | "prettier": "^2.0.5", |
127 | 87 | "readable-stream": "^3.6.0", |
|
0 commit comments