Skip to content

Commit

Permalink
increment tag
Browse files Browse the repository at this point in the history
  • Loading branch information
ojas1 committed Apr 6, 2021
1 parent 96e0104 commit 1cddfbc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.js
Original file line number Diff line number Diff line change
Expand Up @@ -460,7 +460,7 @@ function nextVersion(labpath, release_type) {
version = res.stdout;
}
shell.cd(__dirname);
return version;
return incrementTagNumber(version, release_type);
}

labgen();

0 comments on commit 1cddfbc

Please sign in to comment.