File tree Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ notifications:
12
12
script :
13
13
- npm run validate
14
14
after_success :
15
- - npm run report-coverage
15
+ - npm run report-coverage && npm run semantic-release
16
16
branches :
17
17
only :
18
18
- master
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " webpack-validator" ,
3
- "version" : " 1.0.0-beta.10" ,
4
3
"description" : " Validate your webpack config with joi" ,
5
4
"main" : " dist" ,
6
5
"files" : [
19
18
"watch:test" : " npm run test -- -w" ,
20
19
"release" : " npm run build && with-package git commit -am pkg.version && with-package git tag pkg.version && git push && npm publish && git push --tags" ,
21
20
"release:beta" : " npm run release && npm run tag:beta" ,
22
- "tag:beta" : " with-package npm dist-tag add pkg.name@pkg.version beta"
21
+ "tag:beta" : " with-package npm dist-tag add pkg.name@pkg.version beta" ,
22
+ "semantic-release" : " semantic-release pre && npm publish && semantic-release post"
23
23
},
24
24
"repository" : {
25
25
"type" : " git" ,
26
- "url" : " git+ https://github.com/jonathanewerner/webpack-validator.git"
26
+ "url" : " https://github.com/jonathanewerner/webpack-validator.git"
27
27
},
28
28
"author" : " Jonathan Werner <jwe@posteo.de> (http://jonathanwerner.net)" ,
29
29
"license" : " MIT" ,
63
63
"path-parse" : " 1.0.5" ,
64
64
"power-assert" : " 1.3.1" ,
65
65
"rimraf" : " 2.5.2" ,
66
+ "semantic-release" : " ^4.3.5" ,
66
67
"sinon" : " 1.17.3" ,
67
68
"validate-commit-msg" : " 2.5.0" ,
68
69
"webpack" : " 1.12.14" ,
You can’t perform that action at this time.
0 commit comments