We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4cabf71 commit e2cdc86Copy full SHA for e2cdc86
.travis.yml
@@ -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
@@ -1,6 +1,6 @@
{
"name": "graphql-binding-github",
- "version": "0.2.0",
+ "version": "0.0.0-semantic-release",
"main": "dist/index.js",
"typings": "./dist/index.d.ts",
"files": [
@@ -22,5 +22,9 @@
22
"devDependencies": {
23
"@types/graphql": "^0.11.7",
24
"@types/node": "^8.5.2"
25
+ },
26
+ "repository": {
27
+ "type": "git",
28
+ "url": "https://github.com/graphcool/graphql-binding-github.git"
29
}
30
0 commit comments