Skip to content

Commit c869c2a

Browse files
committed
Tweak CHANGELOG output.
1 parent df4a2dd commit c869c2a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tasks/changelog.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ module.exports = function( grunt ) {
5454
cmd: "git",
5555
args: ["log", "--pretty=format:'* %s (%an)'", lastTag + "..HEAD"]
5656
}, function(error, result) {
57-
var prettyPrint = result.stdout.split("'\n'").join("\n").replace(/\"$/, "").replace(/^\"/, "");
57+
var prettyPrint = result.stdout.split("'\n'").join("\n").replace(/\"$/, "").replace(/^\"/, "").replace(/^\'/, "").replace(/\'$/, "");
5858

5959
grunt.verbose.writeln().write(prettyPrint).writeln();
6060

0 commit comments

Comments
 (0)