Skip to content

Commit e2cdc86

Browse files
committed
chore: added semantic release
1 parent 4cabf71 commit e2cdc86

File tree

2 files changed

+21
-1
lines changed

2 files changed

+21
-1
lines changed

.travis.yml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
language: node_js
2+
node_js:
3+
- '9'
4+
- '8'
5+
# - '6'
6+
7+
after_success:
8+
- npm i -g semantic-release
9+
- semantic-release
10+
11+
branches:
12+
except:
13+
- /^v\d+\.\d+\.\d+$/
14+
15+
notifications:
16+
email: false

package.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "graphql-binding-github",
3-
"version": "0.2.0",
3+
"version": "0.0.0-semantic-release",
44
"main": "dist/index.js",
55
"typings": "./dist/index.d.ts",
66
"files": [
@@ -22,5 +22,9 @@
2222
"devDependencies": {
2323
"@types/graphql": "^0.11.7",
2424
"@types/node": "^8.5.2"
25+
},
26+
"repository": {
27+
"type": "git",
28+
"url": "https://github.com/graphcool/graphql-binding-github.git"
2529
}
2630
}

0 commit comments

Comments
 (0)