Skip to content

Commit

Permalink
Wording.
Browse files Browse the repository at this point in the history
  • Loading branch information
pomek authored Oct 23, 2024
1 parent f3ad821 commit a54bc39
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ const { toUnix } = upath;
* @param {string} options.version The commit will contain this param in its message and the tag will have a `v` prefix.
* @param {Array.<string>} options.files Array of glob patterns for files to be added to the release commit.
* @param {string} [options.cwd=process.cwd()] Current working directory from which all paths will be resolved.
* @param {boolean} [options.skipCi=true] Whether to add [skip ci] to the commit.
* @param {boolean} [options.skipCi=true] Whether to add the "[skip ci]" suffix to the commit message.
* @returns {Promise}
*/
export default async function commitAndTag( { version, files, cwd = process.cwd(), skipCi = true } ) {
Expand Down

0 comments on commit a54bc39

Please sign in to comment.