File tree 3 files changed +14
-3
lines changed
3 files changed +14
-3
lines changed Original file line number Diff line number Diff line change 1
1
language : node_js
2
2
node_js :
3
- - node
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
+
4
15
notifications :
5
16
email : false
Original file line number Diff line number Diff line change 2
2
3
3
# graphql-yoga
4
4
5
- [ ![ Build Status] ( https://travis-ci.org/graphcool/graphql-yoga.svg?branch=master )] ( https://travis-ci.org/graphcool/graphql-yoga ) [ ![ npm version] ( https://badge.fury.io/js/graphql-yoga.svg )] ( https://badge.fury.io/js/graphql-yoga ) [ ![ Greenkeeper badge ] ( https://badges.greenkeeper.io/graphcool/graphql-yoga.svg )] ( https://greenkeeper.io/ )
5
+ [ ![ Build Status] ( https://travis-ci.org/graphcool/graphql-yoga.svg?branch=master )] ( https://travis-ci.org/graphcool/graphql-yoga ) [ ![ npm version] ( https://badge.fury.io/js/graphql-yoga.svg )] ( https://badge.fury.io/js/graphql-yoga )
6
6
7
7
Fully-featured GraphQL Server with focus on easy setup, performance & ; great developer experience
8
8
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " graphql-yoga" ,
3
- "version" : " 0.5.5 " ,
3
+ "version" : " 0.0.0-semantic-release " ,
4
4
"main" : " dist/src/index.js" ,
5
5
"typings" : " ./dist/src/index.d.ts" ,
6
6
"files" : [
You can’t perform that action at this time.
0 commit comments