From 0295457fe4745e2aabad5a2114f0f85b255dd407 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=B4=9B=E7=AB=B9?= Date: Sat, 14 Aug 2021 18:00:48 +0800 Subject: [PATCH] chore: set gitRevision to main --- typedoc.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/typedoc.json b/typedoc.json index 35919756..599fb234 100644 --- a/typedoc.json +++ b/typedoc.json @@ -2,7 +2,7 @@ "name": "VS Code API", "readme": "./README.md", "gitRemote": "origin", - "gitRevision": "branch", + "gitRevision": "main", "sort": ["source-order"], "entryPoints": ["./vscode.d.ts"], "out": "docs"