Skip to content

Commit

Permalink
fix(changelog): fix changelog script.
Browse files Browse the repository at this point in the history
One charecter missing from
140a878
  • Loading branch information
rkirov committed Apr 26, 2016
1 parent 7d1b6af commit c209836
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/publish/changelog.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ var config = {

var prependDelta = function() {
exec('cat CHANGELOG-delta.md CHANGELOG.md > CHANGELOG-new.md;' +
'mv CHANGELOG-new.md CHANGELOG.md;'
'mv CHANGELOG-new.md CHANGELOG.md;' +
'rm CHANGELOG-delta.md');
}

Expand Down

0 comments on commit c209836

Please sign in to comment.