Skip to content

Commit 7092a72

Browse files
authored
chore: remove git-cz (#2389)
1 parent 9d6dbda commit 7092a72

File tree

3 files changed

+0
-9
lines changed

3 files changed

+0
-9
lines changed

.github/CONTRIBUTING.md

-2
Original file line numberDiff line numberDiff line change
@@ -193,8 +193,6 @@ In case you've got a small change in most of the cases, your pull request would
193193
194194
Our commit messages format follows the [angular.js commits format](https://github.com/angular/angular.js/blob/master/DEVELOPERS.md#commits).
195195
196-
You can use `yarn commit` script to have an interactive way of making commits that follow our guidelines.
197-
198196
We don't use the scope. The template of a commit would look like this:
199197

200198
### Commit Message Format

package.json

-2
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@
2929
"build": "tsc --build",
3030
"build:ci": "tsc --build",
3131
"watch": "tsc --build --watch",
32-
"commit": "git-cz",
3332
"lint:prettier": "prettier --list-different . \"!**/*.{js,ts}\" ",
3433
"lint:eslint": "eslint --cache --ext .js --ext .ts .",
3534
"lint": "yarn lint:eslint && yarn lint:prettier",
@@ -77,7 +76,6 @@
7776
"eslint-plugin-prettier": "^3.1.4",
7877
"execa": "^5.0.0",
7978
"get-port": "^5.1.1",
80-
"git-cz": "^4.7.1",
8179
"husky": "^4.3.0",
8280
"jest": "^26.6.1",
8381
"jest-serializer-ansi": "^1.0.3",

yarn.lock

-5
Original file line numberDiff line numberDiff line change
@@ -5209,11 +5209,6 @@ gh-got@^5.0.0:
52095209
got "^6.2.0"
52105210
is-plain-obj "^1.1.0"
52115211

5212-
git-cz@^4.7.1:
5213-
version "4.7.6"
5214-
resolved "https://registry.yarnpkg.com/git-cz/-/git-cz-4.7.6.tgz#1250c486f01724e801a630b848fd8786f7e67e90"
5215-
integrity sha512-WtQEXqetJSi9LKPI77bMdSQWvLGjE93egVbR0zjXd1KFKrFvo/YE/UuGNcMeBDiwzxfQBhjyV7Hn0YUZ8Q0BcQ==
5216-
52175212
52185213
version "2.0.0"
52195214
resolved "https://registry.yarnpkg.com/git-raw-commits/-/git-raw-commits-2.0.0.tgz#d92addf74440c14bcc5c83ecce3fb7f8a79118b5"

0 commit comments

Comments
 (0)