Skip to content

Commit 1fef235

Browse files
committed
added release task. minor fixes
1 parent 8b4147b commit 1fef235

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

gulpfile.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ function getVersionTags() {
126126
var shell = require('shelljs'),
127127
semver = require('semver');
128128

129-
var tags = splitCommandResultToLines(execHandlingErrors("git tag", { silent: true }).output);
129+
var tags = splitCommandResultToLines(execHandlingErrors("git tag", { silent: true }));
130130

131131
return tags.reduce(function(list, tag) {
132132
if (semver.valid(tag)) {

0 commit comments

Comments
 (0)