From d8684cbdc312995a0d8da3a07ad0f98f0d4c7f49 Mon Sep 17 00:00:00 2001 From: Henrik Andersson Date: Tue, 10 Sep 2024 18:12:02 -0700 Subject: [PATCH] chore(docs): Add note about v3 requires OD 2022.3.5512 (#131) --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 4ea01c25..7077e326 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,9 @@ This is a GitHub Action to deploy a release in [Octopus Deploy](https://octopus.com/). +> [!IMPORTANT] +> As of **v3** of this action, Octopus Server version `2022.3.5512` or newer is required. + ## Deployments in Octopus Deploy A release is a snapshot of the deployment process and the associated assets (packages, scripts, variables) as they existed when the release was created. The release is given a version number, and you can deploy that release as many times as you need to, even if parts of the deployment process have changed since the release was created (those changes will be included in future releases but not in this version).