remove VERSION rollback

This commit is contained in:
Sebastian McKenzie
2015-11-11 23:37:37 -08:00
parent 8dcf4aedc0
commit 445e914c4e

View File

@@ -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);