function fetchCommitsimport { fetchCommits } from "https://deno.land/x/release_up@0.9.4/src/commits.ts"; fetchCommits(repo: string, tags: Tag[]): Promise<Commit[]>Parametersrepo: stringtags: Tag[]ReturnsPromise<Commit[]>