Skip to content

Commit

Permalink
One last formatting update
Browse files Browse the repository at this point in the history
  • Loading branch information
DominicSherman committed Aug 26, 2021
1 parent 6dbaa85 commit 4b65e40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ const createTag = async () => {
const commitSinceTagData = await commitsSinceTagResponse.json();

const commitMessages = commitSinceTagData.commits.map((item) =>
`${item.commit.message} ${item.html_url} - @${item.author.login}`
`* ${item.commit.message} ${item.html_url} - @${item.author.login}`
);

const [tagVersion, tagVersionNumber] = mostRecentTag.split('-');
Expand Down

0 comments on commit 4b65e40

Please sign in to comment.