Skip to content

Commit a7c3a21

Browse files
committed
chore: add smol jsdoc
1 parent 953bc36 commit a7c3a21

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

bin/set-major-version-tag.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ const execFile = promisify(unpromisifiedExecFile);
1212

1313
/**
1414
* Runs command and logs all output
15+
*
16+
* @param {string[]} args arguments to pass to git command
1517
*/
1618
async function runGitCmd(args) {
1719
// Promise-based approach grabbed from here: https://stackoverflow.com/a/63027900

0 commit comments

Comments
 (0)