Methods
caller()
Caller abstract method for promisifying traditional callback methods
Git(repo, initialBranch)
Parameters:
Name | Type | Description |
---|---|---|
repo |
string | repo URL |
initialBranch |
string | the branch we'll move to gh-pages from |
module:lib/gh-pages(options)
- Source:
Push to gh-pages branch for github
Parameters:
Name | Type | Description |
---|---|---|
options |
Object | that contains all the options of the plugin
|
Returns:
Stream
.
writeChangelog(options, done)
- Source:
Output change information from git commits to CHANGELOG.md
Parameters:
Name | Type | Description |
---|---|---|
options |
Object | that contains all the options of the changelog writer
|
done |
function | that gets called when the changelog write task has completed |
Returns:
Function
.