(path, module, version string)
| 112 | GitTag(ctx context.Context, tag string) error |
| 113 | GitCommit(ctx context.Context, msg string) error |
| 114 | BumpModInFile(path, module, version string) (bool, error) |
| 115 | } |
| 116 | |
| 117 | func BumpModule(ctx context.Context, mod string, level Level, data ModData, i FS) error { |