File tree 3 files changed +2392
-18
lines changed
3 files changed +2392
-18
lines changed Original file line number Diff line number Diff line change 21
21
with :
22
22
node-version : 6.x
23
23
24
- - run : yarn install --frozen-lockfile
24
+ - run : yarn install --frozen-lockfile --ignore-engines
25
25
- run : yarn lint:hbs
26
26
- run : yarn lint:js
27
27
- run : yarn test
Original file line number Diff line number Diff line change 50
50
"eslint-plugin-node" : " ^8.0.1" ,
51
51
"loader.js" : " ^4.7.0" ,
52
52
"qunit-dom" : " ^0.8.0" ,
53
+ "release-it" : " ^14.11.6" ,
54
+ "release-it-lerna-changelog" : " ^3.1.0" ,
53
55
"typescript" : " ^3.2.4"
54
56
},
55
57
"engines" : {
56
58
"node" : " 6.* || 8.* || >= 10.*"
57
59
},
58
60
"ember-addon" : {
59
61
"configPath" : " tests/dummy/config"
62
+ },
63
+ "release-it" : {
64
+ "plugins" : {
65
+ "release-it-lerna-changelog" : {
66
+ "infile" : " CHANGELOG.md" ,
67
+ "launchEditor" : true
68
+ }
69
+ },
70
+ "git" : {
71
+ "tagName" : " v${version}"
72
+ },
73
+ "github" : {
74
+ "release" : true ,
75
+ "tokenRef" : " GITHUB_AUTH"
76
+ },
77
+ "npm" : {
78
+ "publish" : false
79
+ }
60
80
}
61
- }
81
+ }
You can’t perform that action at this time.
0 commit comments