Skip to content

Commit

Permalink
Chore: minor changelog script fix
Browse files Browse the repository at this point in the history
  • Loading branch information
DonutEspresso committed Oct 27, 2017
1 parent 73980ad commit a17a035
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/changelog.js
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,7 @@ const git = {
// commits will be ordered in reverse chronological order, with lowest
// index being newest. trim empty new lines, then trim the last commit
// was the last release.
const lines = trim(stdout.split('\n')).slice(0, -1);
const lines = trim(stdout.split('\n'));
const rawCommits = [];

lines.forEach(function(line) {
Expand Down

0 comments on commit a17a035

Please sign in to comment.