- improve action specification

- clean up imports for tests
This commit is contained in:
Mike Penz
2020-10-17 19:53:23 +02:00
parent f9222d8d77
commit 0452303d4c
3 changed files with 11 additions and 18 deletions
+1 -1
View File
@@ -26,7 +26,7 @@ export class ReleaseNotes {
const {owner, repo, toTag, ignorePreReleases, configuration} = this.options
if (!this.options.fromTag) {
core.startGroup(`🔖 Resolve 'fromTag'`)
core.startGroup(`🔖 Resolve previous tag`)
core.debug(`fromTag undefined, trying to resolve via API`)
const tagsApi = new Tags(octokit)