Skip to content

Commit

Permalink
remove tag
Browse files Browse the repository at this point in the history
  • Loading branch information
kbrsh committed Jul 19, 2018
1 parent 7cca02b commit 760d774
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
4 changes: 0 additions & 4 deletions build/git.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,9 @@ const fs = require("fs");
const path = require("path");
const exec = require("child_process").execSync;

const version = process.argv[2];

const trailingNewlinesRE = /\n+$/;
const trailingLinesRE = /\n([^\n]*)/g;

exec(`git tag v${version}`);

let tags = exec("git tag --sort=committerdate").toString().split("\n");
tags.pop();
tags = tags.slice(-2);
Expand Down
2 changes: 1 addition & 1 deletion build/release.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
node build/start.js $1
node build/git.js $1
node build/git.js
sh build/npm.sh

0 comments on commit 760d774

Please sign in to comment.