Skip to content

Commit b3ab953

Browse files
committed
Remove travis from README
1 parent b178127 commit b3ab953

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

README.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
# github-pr-release
2-
[![Build Status](https://travis-ci.org/uiureo/github-pr-release.svg)](https://travis-ci.org/uiureo/github-pr-release)
32
[![](https://img.shields.io/npm/v/github-pr-release.svg)](https://www.npmjs.com/package/github-pr-release)
43

54
Create a release pull request by using Github API. Inspired by [git-pr-release]( https://github.com/motemen/git-pr-release).
@@ -21,7 +20,7 @@ var release = require('github-pr-release')
2120

2221
var config = {
2322
token: 'your github token',
24-
owner: 'uiureo',
23+
owner: 'uiur',
2524
repo: 'awesome-web-app',
2625
head: 'master', // optional
2726
base: 'production', // optional
@@ -53,7 +52,7 @@ You can specify a template to change the message format. Pass a template path to
5352
```javascript
5453
release({
5554
token: 'token'
56-
owner: 'uiureo',
55+
owner: 'uiur',
5756
repo: 'awesome-web-app',
5857
template: './template.mustache'
5958
})
@@ -74,7 +73,7 @@ If you use this plugin in GitHub Enterprise, you can specify endpoint domain for
7473
```javascript
7574
release({
7675
token: 'token'
77-
owner: 'uiureo',
76+
owner: 'uiur',
7877
repo: 'awesome-web-app',
7978
endpoint: 'https://github.yourdomain.com/api/v3'
8079
})

0 commit comments

Comments
 (0)