Skip to content

Commit

Permalink
added the possiblity to use an array of strings as message in git.com…
Browse files Browse the repository at this point in the history
…mit and git.tag to the docs (#172)

based on one of the examples for git.commit
  • Loading branch information
nnmrts authored and stephenlacy committed Sep 19, 2017
1 parent f831f03 commit a5c8391
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -365,7 +365,7 @@ gulp.src('./*')

Commits changes to repo

`message`: String, commit message
`message`: String or array of strings, commit message

`opt`: Object (optional) `{args: 'options', cwd: '/cwd/path', maxBuffer: 200 * 1024, quiet: true, disableMessageRequirement: false, disableAppendPaths: false, multiline: false}`

Expand Down Expand Up @@ -490,7 +490,7 @@ Tags repo with release version, returns all tags when used without arguments

`version`: String (optional), tag name

`message`: String (optional), tag message
`message`: String or array of strings (optional), tag message

`opt`: Object (optional) `{args: 'options', cwd: '/cwd/path', quiet: true, maxBuffer: 200 * 1024}`

Expand Down

0 comments on commit a5c8391

Please sign in to comment.