git-xl-product-tag-creater
Advanced tools
Comparing version 1.0.1 to 1.0.2
@@ -45,8 +45,2 @@ "use strict"; | ||
}); | ||
/** | ||
* shell("cd ${toFolderName(repositoryUrl)} && git checkout " + '${EXISTING_TAG_NAME}') | ||
shell("cd ${toFolderName(repositoryUrl)} && git pull --rebase origin " + '${EXISTING_TAG_NAME}') | ||
shell("cd ${toFolderName(repositoryUrl)} && git fetch --prune") | ||
* @param newTagVersion | ||
*/ | ||
const createTag = (newTagVersion) => __awaiter(void 0, void 0, void 0, function* () { | ||
@@ -53,0 +47,0 @@ yield executeCommand(`git tag ${newTagVersion}`); |
{ | ||
"name": "git-xl-product-tag-creater", | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"description": "Create final xl product tag name", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
Sorry, the diff of this file is not supported yet
5414
60