We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 953bc36 commit a7c3a21Copy full SHA for a7c3a21
bin/set-major-version-tag.js
@@ -12,6 +12,8 @@ const execFile = promisify(unpromisifiedExecFile);
12
13
/**
14
* Runs command and logs all output
15
+ *
16
+ * @param {string[]} args arguments to pass to git command
17
*/
18
async function runGitCmd(args) {
19
// Promise-based approach grabbed from here: https://stackoverflow.com/a/63027900
0 commit comments