ConfigurationΒΆ

 1version:
 2  file: ./VERSION
 3  hooks: [] # List of hooks to run when version is updated, example below
 4  # hooks:
 5  #   - {method: string_replace, file_path: pyproject.toml}
 6extensions: []
 7vcs:
 8  username: "Artisan Tools" # User name to use for git commits
 9  email: "artisan@tools.com" # Email to use for git commits
10container:
11  engine: docker # Container engine to use - [docker|podman]
12  auth:
13    method: null # Authentication method to use
14    user: null # Username when using direct auth
15    token: null # Token when using direct auth
16    user_var: null # Env-var name for username when using env-var auth
17    token_var: null # Env-var name for token when using env-var auth
18  registry: null # Registry to use for container images
19  options: [] # Additional options to pass to container engine