| 37 | } |
| 38 | |
| 39 | export class Changelog { |
| 40 | /** Prepend a changelog entry to the current changelog file. */ |
| 41 | static prependEntryToChangelogFile(git: GitClient, entry: string) { |
| 42 | const changelog = new this(git); |
nothing calls this directly
no outgoing calls
no test coverage detected