Skip to content

Commit 073a018

Browse files
committed
update README.md for GitHub Enterprise support
1 parent 7383bf5 commit 073a018

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

README.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,19 @@ Release {{version}}
6868
{{/prs}}
6969
```
7070

71+
### GitHub Enterprise
72+
If you use this plugin in GitHub Enterprise, you can specify endpoint domain for GitHub Enterprise.
73+
74+
```javascript
75+
release({
76+
token: 'token'
77+
owner: 'uiureo',
78+
repo: 'awesome-web-app',
79+
template: './template.mustache'
80+
endpoint: 'https://github.yourdomain.com/api/v3'
81+
})
82+
```
83+
7184
## Example
7285

7386
### hubot

0 commit comments

Comments
 (0)