diff --git a/changelogs/unreleased/2637-adamrushuk b/changelogs/unreleased/2637-adamrushuk new file mode 100644 index 000000000..461b175c7 --- /dev/null +++ b/changelogs/unreleased/2637-adamrushuk @@ -0,0 +1 @@ +Update basic-install and release-instructions documentation for Windows Chocolatey package diff --git a/site/docs/master/basic-install.md b/site/docs/master/basic-install.md index c265ad4a8..f5dfc1592 100644 --- a/site/docs/master/basic-install.md +++ b/site/docs/master/basic-install.md @@ -3,9 +3,9 @@ - [Basic Install](#basic-install) - [Prerequisites](#prerequisites) - [Install the CLI](#install-the-cli) - - [Option 1: macOS - Homebrew](#option-1-macos-homebrew) + - [Option 1: macOS - Homebrew](#option-1-macos---homebrew) - [Option 2: GitHub release](#option-2-github-release) - - [Option 3: Windows - Chocolatey](#option-3-windows-chocolatey) + - [Option 3: Windows - Chocolatey](#option-3-windows---chocolatey) - [Install and configure the server components](#install-and-configure-the-server-components) - [Command line Autocompletion](#command-line-autocompletion) diff --git a/site/docs/master/release-instructions.md b/site/docs/master/release-instructions.md index d1fb717f2..37a484318 100644 --- a/site/docs/master/release-instructions.md +++ b/site/docs/master/release-instructions.md @@ -90,4 +90,8 @@ To make sure it's the most up-to-date: 1. If you don't already have one, create a [GitHub access token for Homebrew](https://github.com/settings/tokens/new?scopes=gist,public_repo&description=Homebrew) 1. Run `export HOMEBREW_GITHUB_API_TOKEN=your_token_here` on your command line to make sure that `brew` can work on GitHub on your behalf. -1. Run `hack/brew-update.sh`. This script will download the necessary files, do the checks, and invoke the brew helper to submit the PR, which will open in your browser. \ No newline at end of file +1. Run `hack/brew-update.sh`. This script will download the necessary files, do the checks, and invoke the brew helper to submit the PR, which will open in your browser. + +### Post-release - Windows Chocolatey version update + +From a Windows computer, follow the step-by-step instructions to [create the Windows Chocolatey package for Velero CLI](https://github.com/adamrushuk/velero-choco/blob/master/README.md) diff --git a/site/docs/v1.4/basic-install.md b/site/docs/v1.4/basic-install.md index c265ad4a8..f5dfc1592 100644 --- a/site/docs/v1.4/basic-install.md +++ b/site/docs/v1.4/basic-install.md @@ -3,9 +3,9 @@ - [Basic Install](#basic-install) - [Prerequisites](#prerequisites) - [Install the CLI](#install-the-cli) - - [Option 1: macOS - Homebrew](#option-1-macos-homebrew) + - [Option 1: macOS - Homebrew](#option-1-macos---homebrew) - [Option 2: GitHub release](#option-2-github-release) - - [Option 3: Windows - Chocolatey](#option-3-windows-chocolatey) + - [Option 3: Windows - Chocolatey](#option-3-windows---chocolatey) - [Install and configure the server components](#install-and-configure-the-server-components) - [Command line Autocompletion](#command-line-autocompletion)