File tree 3 files changed +1530
-862
lines changed
3 files changed +1530
-862
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"branch": "master",
3
3
"tagFormat": "${version}",
4
+ "analyzeCommits": {
5
+ "preset": "eslint",
6
+ "releaseRules": [
7
+ {"tag": "Upgrade", "release": "patch"}
8
+ ]
9
+ },
4
10
"verifyConditions": [
5
11
{
6
12
"path": "@semantic-release/changelog",
24
30
"commitsSort": ["subject", "scope"],
25
31
}
26
32
},
27
- "publish": ["@semantic-release/github", "@semantic-release/npm"],
28
- "plugins": [
29
- ["@semantic-release/commit-analyzer", {
30
- "preset": "eslint",
31
- "releaseRules": [
32
- {"tag": "Upgrade", "release": "patch"}
33
- ],
34
- }],
35
- ]
33
+ "publish": ["@semantic-release/github", "@semantic-release/npm"]
36
34
}
Original file line number Diff line number Diff line change 35
35
"@babel/plugin-proposal-decorators" : " ^7.6.0" ,
36
36
"@babel/preset-env" : " ^7.6.3" ,
37
37
"@babel/preset-react" : " ^7.6.3" ,
38
- "@semantic-release/changelog" : " ^3 .0.4 " ,
39
- "@semantic-release/git" : " ^7 .0.16 " ,
40
- "@semantic-release/release-notes-generator" : " ^7.3.0 " ,
38
+ "@semantic-release/changelog" : " ^5 .0.1 " ,
39
+ "@semantic-release/git" : " ^9 .0.0 " ,
40
+ "@semantic-release/release-notes-generator" : " ^9.0.1 " ,
41
41
"@types/react" : " ^16.9.5" ,
42
42
"babel-eslint" : " ^10.0.3" ,
43
43
"commitizen" : " ^4.0.3" ,
54
54
"react" : " ^16.10.2" ,
55
55
"react-dom" : " ^16.10.2" ,
56
56
"rimraf" : " ^3.0.0" ,
57
- "semantic-release" : " ^15.13.24 " ,
57
+ "semantic-release" : " ^17.1.1 " ,
58
58
"sinon" : " ^7.5.0" ,
59
59
"travis-deploy-once" : " ^5.0.11"
60
60
},
You can’t perform that action at this time.
0 commit comments