File tree Expand file tree Collapse file tree 5 files changed +841
-696
lines changed Expand file tree Collapse file tree 5 files changed +841
-696
lines changed Original file line number Diff line number Diff line change 21
21
- name : Setup Node.js
22
22
uses : actions/setup-node@v1
23
23
with :
24
- node-version : 12
24
+ node-version : 14
25
25
26
26
- name : Caching
27
27
uses : actions/cache@v2
Original file line number Diff line number Diff line change 24
24
- name : Setup Node.js
25
25
uses : actions/setup-node@v1
26
26
with :
27
- node-version : 12
27
+ node-version : 14
28
28
29
29
- name : Caching
30
30
uses : actions/cache@v2
59
59
- name : Setup Node.js
60
60
uses : actions/setup-node@v1
61
61
with :
62
- node-version : 12
62
+ node-version : 14
63
63
64
64
- name : Caching
65
65
uses : actions/cache@v2
88
88
- name : Setup Node.js
89
89
uses : actions/setup-node@v1
90
90
with :
91
- node-version : 12
91
+ node-version : 14
92
92
93
93
- name : Caching
94
94
uses : actions/cache@v2
@@ -117,7 +117,7 @@ jobs:
117
117
- name : Setup Node.js
118
118
uses : actions/setup-node@v1
119
119
with :
120
- node-version : 12
120
+ node-version : 14
121
121
122
122
- name : Caching
123
123
uses : actions/cache@v2
Original file line number Diff line number Diff line change 1
1
{
2
- "plugins" : [
3
- " @semantic-release/commit-analyzer" ,
4
- " @semantic-release/release-notes-generator" ,
5
- [" @semantic-release/npm" , { "npmPublish" : true }],
6
- " @semantic-release/github"
7
- ],
8
- "branches" : [" main" ]
2
+ "extends" : " @geprog/semantic-release-config"
9
3
}
Original file line number Diff line number Diff line change 36
36
},
37
37
"devDependencies" : {
38
38
"@geprog/eslint-config" : " 0.0.1" ,
39
+ "@geprog/semantic-release-config" : " 1.0.0" ,
39
40
"@jest/types" : " 26.6.2" ,
40
- "@semantic-release/commit-analyzer" : " 8.0.1" ,
41
- "@semantic-release/github" : " 7.2.3" ,
42
- "@semantic-release/npm" : " 7.1.3" ,
43
- "@semantic-release/release-notes-generator" : " 9.0.3" ,
44
41
"@types/jest" : " 26.0.23" ,
45
42
"@types/node" : " 15.12.4" ,
46
43
"@vue/test-utils" : " 2.0.0-rc.6" ,
51
48
"rollup" : " 2.52.2" ,
52
49
"rollup-plugin-dts" : " 3.0.2" ,
53
50
"rollup-plugin-typescript2" : " 0.30.0" ,
54
- "semantic-release" : " 17.4.4 " ,
51
+ "semantic-release" : " 18.0.0 " ,
55
52
"ts-jest" : " 26.5.6" ,
56
53
"ts-node" : " 10.0.0" ,
57
54
"typescript" : " 4.2.4"
You can’t perform that action at this time.
0 commit comments