import { getTag } from "https://deno.land/x/readme_manager@v3.0.0/git.ts";
Attempt to find the current repos git tag. Silently fails.
import { getTag } from "./git.ts"
const tag = await getTag('/path/to/git/repo', (errorMsg: string, error?: Error) => {})