(tag: string, message: string, options?: ExecSyncOptions)
| 47 | }; |
| 48 | |
| 49 | export const tag = (tag: string, message: string, options?: ExecSyncOptions) => { |
| 50 | runCommand(`git tag -a ${tag} -m '${message}'`, options); |
| 51 | }; |
nothing calls this directly
no test coverage detected