From 445e914c4e7c8e0eef7dfc5881fe42eb50664b11 Mon Sep 17 00:00:00 2001 From: Sebastian McKenzie Date: Wed, 11 Nov 2015 23:37:37 -0800 Subject: [PATCH] remove VERSION rollback --- scripts/publish.js | 3 --- 1 file changed, 3 deletions(-) diff --git a/scripts/publish.js b/scripts/publish.js index 7f8778cd81..32544b4346 100755 --- a/scripts/publish.js +++ b/scripts/publish.js @@ -49,9 +49,6 @@ function updateTag() { } function removeTag() { - console.error(chalk.red("Rolling back version file.")); - fs.writeFileSync(VERSION_LOC, NEW_VERSION, "utf8"); - if (createdTag) { console.error(chalk.red("Attempting to roll back tag creation.")); exec("git tag -d v" + NEW_VERSION, true);