Skip to content

Commit

Permalink
Fix changelog generation
Browse files Browse the repository at this point in the history
  • Loading branch information
Héctor Molinero Fernández committed Apr 10, 2017
1 parent e9c6380 commit 8c103d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion util/gen-changelog.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ fi
cat > CHANGELOG.md <<EOD
# Change Log
##[${end}](https://github.com/Polymer/polymer/tree/${end}) (${enddate})
## [${end}](https://github.com/Polymer/polymer/tree/${end}) (${enddate})
`git log --no-merges "${startrev}".."${endrev}^1" --pretty="${PRETTY}"`
${old}
Expand Down

0 comments on commit 8c103d9

Please sign in to comment.