chore(updater): until stable v3, use nightly

pull/1/head
Micah Halter 2023-02-28 11:19:27 -05:00
parent 877cec5c69
commit 683413b8c3
No known key found for this signature in database
GPG Key ID: 4224A6EA9A8CAAA8
1 changed files with 9 additions and 9 deletions

View File

@ -1,14 +1,14 @@
-- Configure AstroNvim updates -- Configure AstroNvim updates
return { return {
remote = "origin", -- remote to use -- remote = "origin", -- remote to use
channel = "stable", -- "stable" or "nightly" channel = "nightly", -- "stable" or "nightly"
version = "latest", -- "latest", tag name, or regex search like "v1.*" to only do updates before v2 (STABLE ONLY) -- version = "latest", -- "latest", tag name, or regex search like "v1.*" to only do updates before v2 (STABLE ONLY)
branch = "main", -- branch name (NIGHTLY ONLY) branch = "v3", -- branch name (NIGHTLY ONLY)
commit = nil, -- commit hash (NIGHTLY ONLY) -- commit = nil, -- commit hash (NIGHTLY ONLY)
pin_plugins = nil, -- nil, true, false (nil will pin plugins on stable only) -- pin_plugins = nil, -- nil, true, false (nil will pin plugins on stable only)
skip_prompts = false, -- skip prompts about breaking changes -- skip_prompts = false, -- skip prompts about breaking changes
show_changelog = true, -- show the changelog after performing an update -- show_changelog = true, -- show the changelog after performing an update
auto_quit = false, -- automatically quit the current session after a successful update -- auto_quit = false, -- automatically quit the current session after a successful update
-- remotes = { -- easily add new remotes to track -- remotes = { -- easily add new remotes to track
-- ["remote_name"] = "https://remote_url.come/repo.git", -- full remote url -- ["remote_name"] = "https://remote_url.come/repo.git", -- full remote url
-- ["remote2"] = "github_user/repo", -- GitHub user/repo shortcut, -- ["remote2"] = "github_user/repo", -- GitHub user/repo shortcut,