This repository was archived by the owner on Aug 7, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +28
-1
lines changed Expand file tree Collapse file tree 2 files changed +28
-1
lines changed Original file line number Diff line number Diff line change @@ -38,3 +38,15 @@ addons:
38
38
- fakeroot
39
39
- git
40
40
- libsecret-1-dev
41
+
42
+ node_js : lts/*
43
+
44
+ after_success :
45
+ # Add apm to the PATH
46
+ - export PATH=${PATH}:${HOME}/atom/usr/bin/
47
+
48
+ deploy :
49
+ provider : script
50
+ skip_cleanup : true
51
+ script :
52
+ - npx semantic-release
Original file line number Diff line number Diff line change 29
29
"fs-plus" : " ^3.0.1"
30
30
},
31
31
"devDependencies" : {
32
+ "@commitlint/cli" : " ^6.1.3" ,
33
+ "@commitlint/config-conventional" : " ^6.1.3" ,
34
+ "@commitlint/travis-cli" : " ^6.1.3" ,
35
+ "@semantic-release/apm-config" : " ^2.0.1" ,
36
+ "husky" : " ^0.14.3" ,
37
+ "semantic-release" : " ^15.1.7" ,
32
38
"eslint" : " ^4.6.0" ,
33
39
"eslint-config-airbnb-base" : " ^12.0.0" ,
34
40
"eslint-plugin-import" : " ^2.7.0" ,
38
44
" linter:2.0.0"
39
45
],
40
46
"scripts" : {
47
+ "commitmsg" : " commitlint -e $GIT_PARAMS" ,
41
48
"lint" : " eslint ." ,
42
49
"test" : " apm test"
43
50
},
68
75
"2.0.0" : " provideLinter"
69
76
}
70
77
}
78
+ },
79
+ "release" : {
80
+ "extends" : " @semantic-release/apm-config"
81
+ },
82
+ "commitlint" : {
83
+ "extends" : [
84
+ " @commitlint/config-conventional"
85
+ ]
71
86
}
72
- }
87
+ }
You can’t perform that action at this time.
0 commit comments