- 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
+2 -2
View File
@@ -3,8 +3,8 @@ import * as fs from 'fs'
import * as path from 'path'
import {Configuration, DefaultConfiguration} from './configuration'
import moment from 'moment'
import {DiffInfo} from 'github-pr-collector/lib/commits'
import {PullRequestInfo} from 'github-pr-collector/lib/pullRequests'
import {DiffInfo} from 'pr-collector/lib/commits'
import {PullRequestInfo} from 'pr-collector/lib/pullRequests'
import {Data, ReleaseNotesOptions} from './releaseNotesBuilder'
/**
* Resolves the repository path, relatively to the GITHUB_WORKSPACE