From 8012a7629531e574fe923bdda150cf45c593921a Mon Sep 17 00:00:00 2001 From: Audrey Eschright Date: Wed, 2 Dec 2020 10:59:07 -0800 Subject: [PATCH] Document pre-release behavior --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a2f3223..4923170 100644 --- a/README.md +++ b/README.md @@ -147,8 +147,8 @@ The action supports the following inputs: - `terraform_version` - (optional) The version of Terraform CLI to install. Instead of a full version string, you can also specify a constraint string (see [Semver Ranges](https://www.npmjs.com/package/semver#ranges) for available range specifications). Examples are: `<0.14.0`, `~0.13.0`, `0.13.x` (all three installing - the latest available 0.13 version). Prerelease versions are always ignored. The special value of `latest` - installs the latest version of Terraform CLI. Defaults to `latest`. + the latest available 0.13 version). Prerelease versions can be specified and a range will stay within the + given tag such as `beta` or `rc`. If no version is given, it will default to `latest`. - `terraform_wrapper` - (optional) Whether to install a wrapper to wrap subsequent calls of the `terraform` binary and expose its STDOUT, STDERR, and exit code as outputs