File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed
Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change 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
54Create 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
2221var 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
5453release ({
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
7574release ({
7675 token: ' token'
77- owner: ' uiureo ' ,
76+ owner: ' uiur ' ,
7877 repo: ' awesome-web-app' ,
7978 endpoint: ' https://github.yourdomain.com/api/v3'
8079})
You can’t perform that action at this time.
0 commit comments