mirror of
				https://github.com/ButlerLogic/action-autotag.git
				synced 2025-10-31 23:36:22 +07:00 
			
		
		
		
	WIP
This commit is contained in:
		| @ -33,7 +33,13 @@ export default class Tag { | ||||
|     } | ||||
|  | ||||
|     try { | ||||
|       const changelog = await github.repos.compareCommits({ owner, repo, base: tags.data.shift().name, head: 'master' }) | ||||
|       let tags = await this.getTags() | ||||
|  | ||||
|       if (tags.length === 0) { | ||||
|         return `Version ${this.version}` | ||||
|       } | ||||
|  | ||||
|       const changelog = await github.repos.compareCommits({ owner, repo, base: tags.shift().name, head: 'master' }) | ||||
|  | ||||
|       return changelog.data.commits | ||||
|         .map( | ||||
|  | ||||
		Reference in New Issue
	
	Block a user
	 Corey Butler
					Corey Butler