Skip to content

Commit a5c8391

Browse files
nnmrtsstephenlacy
authored andcommitted
added the possiblity to use an array of strings as message in git.commit and git.tag to the docs (#172)
based on one of the examples for git.commit
1 parent f831f03 commit a5c8391

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -365,7 +365,7 @@ gulp.src('./*')
365365

366366
Commits changes to repo
367367

368-
`message`: String, commit message
368+
`message`: String or array of strings, commit message
369369

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

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

491491
`version`: String (optional), tag name
492492

493-
`message`: String (optional), tag message
493+
`message`: String or array of strings (optional), tag message
494494

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

0 commit comments

Comments
 (0)