From 14d76bfcc0fc4b1e7748e2ad2405960145655295 Mon Sep 17 00:00:00 2001 From: hnrkndrssn Date: Wed, 11 Sep 2024 11:08:13 +1000 Subject: [PATCH] chore(docs): Add note about v3 requires OD 2022.3.5512 --- 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).