Skip to content

Commit

Permalink
Use correct function argument list
Browse files Browse the repository at this point in the history
  • Loading branch information
cjbarth committed Jan 8, 2021
1 parent 30ee467 commit a74b1db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .grenrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ module.exports = {
groupBy: false,
changelogFilename: "CHANGELOG.md",
template: {
release: function (placeholders, body) {
release: function (placeholders) {
let dateParts = placeholders.date.split("/");
let placeholdersDate = new Date(
Number(dateParts[2]),
Expand Down

0 comments on commit a74b1db

Please sign in to comment.