- drop github prefix of pr-collector

This commit is contained in:
Mike Penz
2023-08-18 16:56:13 +00:00
committed by GitHub
parent 1afe5f05ce
commit d8188193ab
12 changed files with 9786 additions and 25100 deletions
+4 -4
View File
@@ -8,10 +8,10 @@ import {
PullRequestInfo,
retrieveProperty,
sortPullRequests
} from 'github-pr-collector/lib/pullRequests'
import {DiffInfo} from 'github-pr-collector/lib/commits'
import {validateTransformer} from 'github-pr-collector/lib/regexUtils'
import {Transformer, RegexTransformer} from 'github-pr-collector/lib/types'
} from 'pr-collector/lib/pullRequests'
import {DiffInfo} from 'pr-collector/lib/commits'
import {validateTransformer} from 'pr-collector/lib/regexUtils'
import {Transformer, RegexTransformer} from 'pr-collector/lib/types'
import {ReleaseNotesOptions} from './releaseNotesBuilder'
import {matchesRules} from './regexUtils'