mirror of
https://github.com/ButlerLogic/action-autotag.git
synced 2024-11-24 17:21:07 +07:00
WIP
This commit is contained in:
parent
85976544cf
commit
4bb6d67f62
@ -59,7 +59,7 @@ export default class Tag {
|
||||
return changelog.data.commits
|
||||
.map(
|
||||
(commit, i) =>
|
||||
`${i + 1}) ${commit.commit.message}${
|
||||
`${i === 0 ? '\n' : ''}${i + 1}) ${commit.commit.message}${
|
||||
commit.hasOwnProperty('author')
|
||||
? commit.author.hasOwnProperty('login')
|
||||
? ' (' + commit.author.login + ')'
|
||||
|
Loading…
Reference in New Issue
Block a user