File tree Expand file tree Collapse file tree 5 files changed +3483
-482
lines changed Expand file tree Collapse file tree 5 files changed +3483
-482
lines changed Original file line number Diff line number Diff line change
1
+ {
2
+ "extends": "@kocal/semantic-release-preset"
3
+ }
Original file line number Diff line number Diff line change @@ -5,6 +5,10 @@ node_js:
5
5
- " 8"
6
6
- " node"
7
7
8
+ branches :
9
+ except :
10
+ - /^v\d+\.\d+\.\d+$/
11
+
8
12
cache :
9
13
yarn : true
10
14
directories :
@@ -33,3 +37,7 @@ script:
33
37
- yarn lint
34
38
- yarn test -i && yarn codecov
35
39
- yarn cypress run --config watchForFileChanges=false --record
40
+
41
+ after_success :
42
+ - yarn travis-deploy-once "yarn semantic-release"
43
+
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " jsdoc-vuejs" ,
3
- "version" : " 2.3.1 " ,
3
+ "version" : " 0.0.0-development " ,
4
4
"description" : " A JSDoc plugin for documenting .vue files." ,
5
5
"main" : " index.js" ,
6
6
"files" : [
10
10
"scripts" : {
11
11
"test" : " jest" ,
12
12
"lint" : " eslint --ext .js index.js config.js lib __tests__ cypress" ,
13
- "release" : " standard-version"
13
+ "travis-deploy-once" : " travis-deploy-once" ,
14
+ "semantic-release" : " semantic-release"
14
15
},
15
16
"repository" : {
16
17
"type" : " git" ,
17
- "url" : " git+ https://github.com/Kocal/jsdoc-vuejs.git"
18
+ "url" : " https://github.com/Kocal/jsdoc-vuejs.git"
18
19
},
19
20
"keywords" : [
20
21
" jsdoc" ,
34
35
"vue-template-compiler" : " ^2.5.16"
35
36
},
36
37
"devDependencies" : {
38
+ "@kocal/semantic-release-preset" : " ^1.1.0" ,
37
39
"cheerio" : " ^1.0.0-rc.2" ,
38
40
"codecov" : " ^3.0.4" ,
39
41
"cypress" : " ^3.0.3" ,
42
44
"eslint-plugin-cypress" : " ^2.0.1" ,
43
45
"eslint-plugin-import" : " ^2.13.0" ,
44
46
"jest" : " ^23.4.2" ,
45
- "standard-version" : " ^4.4.0"
47
+ "semantic-release" : " ^15.12.1" ,
48
+ "travis-deploy-once" : " ^5.0.9"
46
49
}
47
50
}
You can’t perform that action at this time.
0 commit comments