mirror of
				https://github.com/ButlerLogic/action-autotag.git
				synced 2025-10-31 23:36:22 +07:00 
			
		
		
		
	WIP
This commit is contained in:
		| @ -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 + ')' | ||||
|  | ||||
		Reference in New Issue
	
	Block a user
	 Corey Butler
					Corey Butler