Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit f6959b4

Browse files
committed
Change default branch to stable
1 parent a2d6560 commit f6959b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/data/MainSource.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ export default new DocsSource({
88
repo: "skick1234/DisTube",
99
global: "DisTube",
1010
branch: "docs",
11-
defaultTag: "beta",
11+
defaultTag: "stable",
1212
branchFilter: branch => !branchBlacklist.has(branch),
1313
tagFilter: tag => semver.gte(tag, "3.0.0") || semver.gte(tag, "3.0.0-beta.37"),
1414
defaultFile: { category: "general", id: "welcome" },

0 commit comments

Comments
 (0)