Skip to content

Commit

Permalink
fix release script
Browse files Browse the repository at this point in the history
  • Loading branch information
avacreeth committed May 1, 2019
1 parent abde299 commit 22e8a03
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/release.js
Original file line number Diff line number Diff line change
Expand Up @@ -362,7 +362,7 @@ async function runScript() {
})).chance;

const changelog = executeCmd(
'git log $(git describe --tags --abbrev=0)..HEAD --oneline | cut -d' ' -f 2-',
"git log $(git describe --tags --abbrev=0)..HEAD --oneline | cut -d' ' -f 2-",
{ exit: false, silent: true }
);

Expand Down

0 comments on commit 22e8a03

Please sign in to comment.