| 39 | } |
| 40 | |
| 41 | export interface GitHubReleaseOptions { |
| 42 | dryRun?: boolean; |
| 43 | title?: string; |
| 44 | formatter?: ChangelogFormatter; |
| 45 | } |
| 46 | |
| 47 | /** Create individual GitHub releases for each published package */ |
| 48 | export async function createIndividualReleases( |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…