hyperlink the commit hash

Signed-off-by: mo <mcassidy@hchb.com>
This commit is contained in:
mo
2022-05-02 13:47:35 -05:00
parent 86e9497023
commit f786570c0e
3 changed files with 18 additions and 2 deletions
+1
View File
@@ -114,6 +114,7 @@ export type GitTag = {
name?: string;
createdBy?: string;
link: string;
commitLink: string;
};
export type PullRequest = {