Skip to content

Commit

Permalink
Update main.js
Browse files Browse the repository at this point in the history
  • Loading branch information
Jaliborc authored Sep 17, 2019
1 parent f6ac6d4 commit 7d2ae9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.js
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ async function run() {

for (let commit of changelog.data.commits) {
if (commit) {
message += `\n1) ${commit.commit.message}`
message += `\n* ${commit.commit.message}`

if (commit.author && commit.author.login)
message += ` (${commit.author.login })`
Expand Down

0 comments on commit 7d2ae9f

Please sign in to comment.