From 94ed9fbd7fcbe52a07d1cd9ba2070fd5b259493d Mon Sep 17 00:00:00 2001 From: Arksine Date: Tue, 16 Mar 2021 14:22:38 -0400 Subject: [PATCH] docs: add documentation for the update_manager's primary_branch option Signed-off-by: Eric Callahan --- docs/configuration.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/configuration.md b/docs/configuration.md index 2f10aee..2e9840b 100644 --- a/docs/configuration.md +++ b/docs/configuration.md @@ -388,6 +388,10 @@ origin: # be be viewed by navigating to your repository and running: # git remote -v # This parameter must be provided. +primary_branch: +# The name of the primary branch used for release code on this repo. This +# option allows clients to specify 'main', or their own unique name, as +# the branch used for repo validity checks. The default is master. env: # The path to the client's virtual environment executable on disk. For # example, Moonraker's venv is located at ~/moonraker-env/bin/python.