This repository was archived by the owner on Feb 20, 2019. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +27
-4
lines changed Expand file tree Collapse file tree 2 files changed +27
-4
lines changed Original file line number Diff line number Diff line change
1
+ sudo : false
2
+ language : node_js
3
+ cache :
4
+ directories :
5
+ - node_modules
6
+ branches :
7
+ only :
8
+ - master
9
+ notifications :
10
+ email : false
11
+ node_js :
12
+ - 4
13
+ before_install :
14
+ - npm i -g npm@^3.0.0
15
+ before_script :
16
+ - npm prune
17
+ script :
18
+ - npm t
19
+ - npm run build
20
+ after_success :
21
+ - npm run semantic-release
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " stack-overflow-copy-paste" ,
3
- "version" : " 1.0.0" ,
4
3
"description" : " Utility functions copy/pasted (and modified slightly) from Stack Overflow" ,
4
+ "version" : " 0.0.0-semantically-released" ,
5
5
"main" : " dist/index.js" ,
6
6
"scripts" : {
7
7
"commit" : " git-cz" ,
8
8
"prebuild" : " npm run lint && npm run clean" ,
9
9
"clean" : " rimraf dist && mkdir dist" ,
10
10
"build" : " babel src/ -d dist/" ,
11
11
"test" : " ava --require babel-register" ,
12
- "lint" : " eslint src/"
12
+ "lint" : " eslint src/" ,
13
+ "semantic-release" : " semantic-release pre && npm publish && semantic-release post"
13
14
},
14
15
"repository" : {
15
16
"type" : " git" ,
16
- "url" : " git+ https://github.com/eggheadio-github/stack-overflow-copy-paste.git"
17
+ "url" : " https://github.com/eggheadio-github/stack-overflow-copy-paste.git"
17
18
},
18
19
"keywords" : [],
19
20
"files" : [
38
39
"ghooks" : " 1.0.3" ,
39
40
"nodemon" : " 1.8.1" ,
40
41
"rimraf" : " 2.5.0" ,
41
- "validate-commit-msg" : " 1.1.1"
42
+ "validate-commit-msg" : " 1.1.1" ,
43
+ "semantic-release" : " 4.3.5"
42
44
},
43
45
"config" : {
44
46
"ghooks" : {
You can’t perform that action at this time.
0 commit comments