Skip to content

Commit

Permalink
docs: document templateable fields
Browse files Browse the repository at this point in the history
  • Loading branch information
caarlos0 committed Nov 2, 2022
1 parent a8dc1ca commit 11631fd
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 5 deletions.
8 changes: 6 additions & 2 deletions www/docs/customization/homebrew.md
Expand Up @@ -42,10 +42,14 @@ brews:

# GitHub/GitLab repository to push the formula to
tap:
owner: repo-owner
# Repository owner template. (templateable)
owner: user

# Repository name. (templateable)
name: homebrew-tap

# Optionally a branch can be provided.
# Optionally a branch can be provided. (templateable)
#
# Defaults to the default repository branch.
branch: main

Expand Down
8 changes: 6 additions & 2 deletions www/docs/customization/krew.md
Expand Up @@ -39,10 +39,14 @@ krews:
# GitHub/GitLab repository to push the Krew plugin to
# Gitea is not supported yet, but the support coming
index:
owner: repo-owner
# Repository owner template. (templateable)
owner: user

# Repository name. (templateable)
name: krew-plugins

# Optionally a branch can be provided.
# Optionally a branch can be provided. (templateable)
#
# Defaults to the default repository branch.
branch: main

Expand Down
6 changes: 5 additions & 1 deletion www/docs/customization/scoop.md
Expand Up @@ -17,10 +17,14 @@ scoop:

# Repository to push the app manifest to.
bucket:
# Repository owner template. (templateable)
owner: user

# Repository name. (templateable)
name: scoop-bucket

# Optionally a branch can be provided.
# Optionally a branch can be provided. (templateable)
#
# Defaults to the default repository branch.
branch: main

Expand Down

0 comments on commit 11631fd

Please sign in to comment.