semantic-release 15.13.20 → 15.13.21

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -18,5 +18,5 @@ $ npx semantic-release
18
18
 
19
19
  ## Global installation
20
20
 
21
- > **Note:** For a global installation is no longer recommended. Please use local installation and `npx` instead.
21
+ > **Note:** Global installation is no longer recommended. Please use local installation and `npx` instead.
22
22
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "semantic-release",
3
3
  "description": "Automated semver compliant package publishing",
4
- "version": "15.13.20",
4
+ "version": "15.13.21",
5
5
  "author": "Stephan Bönnemann <stephan@boennemann.me> (http://boennemann.me)",
6
6
  "ava": {
7
7
  "files": [
@@ -17,11 +17,6 @@
17
17
  "bugs": {
18
18
  "url": "https://github.com/semantic-release/semantic-release/issues"
19
19
  },
20
- "config": {
21
- "commitizen": {
22
- "path": "cz-conventional-changelog"
23
- }
24
- },
25
20
  "contributors": [
26
21
  "Gregor Martynus (https://twitter.com/gr2m)",
27
22
  "Pierre Vanduynslager (https://twitter.com/@pvdlg_)"
@@ -42,7 +37,7 @@
42
37
  "get-stream": "^5.0.0",
43
38
  "git-log-parser": "^1.2.0",
44
39
  "hook-std": "^2.0.0",
45
- "hosted-git-info": "^2.7.1",
40
+ "hosted-git-info": "^3.0.0",
46
41
  "lodash": "^4.17.15",
47
42
  "marked": "^0.7.0",
48
43
  "marked-terminal": "^3.2.0",
@@ -58,8 +53,6 @@
58
53
  "ava": "^2.0.0",
59
54
  "clear-module": "^4.0.0",
60
55
  "codecov": "^3.0.0",
61
- "commitizen": "^4.0.0",
62
- "cz-conventional-changelog": "^2.0.0",
63
56
  "delay": "^4.0.0",
64
57
  "dockerode": "^2.5.2",
65
58
  "file-url": "^3.0.0",
@@ -125,7 +118,6 @@
125
118
  "url": "git+https://github.com/semantic-release/semantic-release.git"
126
119
  },
127
120
  "scripts": {
128
- "cm": "git-cz",
129
121
  "codecov": "codecov -f coverage/coverage-final.json",
130
122
  "lint": "xo",
131
123
  "pretest": "npm run lint",