| 11 | import type { BumpType, BumpTypeWithNone, BumpyConfig, BumpFileRelease, WorkspacePackage } from '../types.ts'; |
| 12 | |
| 13 | interface GenerateOptions { |
| 14 | from?: string; // git ref to start from (default: branch base) |
| 15 | dryRun?: boolean; |
| 16 | name?: string; |
| 17 | } |
| 18 | |
| 19 | interface ConventionalCommit { |
| 20 | hash: string; |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…