Skip to content

Commit 2cd9c4b

Browse files
committed
chore: added semantic release
1 parent e28bf48 commit 2cd9c4b

File tree

3 files changed

+14
-3
lines changed

3 files changed

+14
-3
lines changed

.travis.yml

+12-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
language: node_js
22
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+
415
notifications:
516
email: false

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
# graphql-yoga
44

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)
66

77
Fully-featured GraphQL Server with focus on easy setup, performance & great developer experience
88

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "graphql-yoga",
3-
"version": "0.5.5",
3+
"version": "0.0.0-semantic-release",
44
"main": "dist/src/index.js",
55
"typings": "./dist/src/index.d.ts",
66
"files": [

0 commit comments

Comments
 (0)