From 3b7a8e97ab86ff91b16fe3a1ea48d3be5ff36ccf Mon Sep 17 00:00:00 2001 From: CrazyMax Date: Mon, 15 Jun 2020 18:35:23 +0200 Subject: [PATCH] Update doc (#213) --- README.md | 12 +++++++----- action.yml | 2 +- yarn.lock | 6 +++--- 3 files changed, 11 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index 63546722..c7ceb40c 100644 --- a/README.md +++ b/README.md @@ -126,11 +126,13 @@ signs: Following inputs can be used as `step.with` keys -| Name | Type | Default | Description | -|---------------|---------|-----------|-------------------------------------------| -| `version` | String | `latest` | GoReleaser version. Example: `v0.117.0` | -| `args` | String | | Arguments to pass to GoReleaser | -| `workdir` | String | `.` | Working directory (below repository root) | +| Name | Type | Default | Description | +|------------------|---------|-----------|-------------------------------------------| +| `version`**¹** | String | `latest` | GoReleaser version | +| `args` | String | | Arguments to pass to GoReleaser | +| `workdir` | String | `.` | Working directory (below repository root) | + +> **¹** Can be a fixed version like `v0.117.0` or a max satisfying semver one like `~> 0.132`. In this case this will return `v0.132.1`. ### environment variables diff --git a/action.yml b/action.yml index 76687db9..051b0f31 100644 --- a/action.yml +++ b/action.yml @@ -8,7 +8,7 @@ branding: inputs: version: - description: 'GoReleaser version. Example: v0.118.0' + description: 'GoReleaser version' default: 'latest' required: false args: diff --git a/yarn.lock b/yarn.lock index 733da533..706fc177 100644 --- a/yarn.lock +++ b/yarn.lock @@ -636,9 +636,9 @@ acorn-walk@^7.1.1: integrity sha512-wdlPY2tm/9XBr7QkKlq0WQVgiuGTX6YWPyRyBviSoScBuLfTVQhvwg6wJ369GJ/1nPfTLMfnrFIfjqVg6d+jQQ== acorn@^7.1.1: - version "7.2.0" - resolved "https://registry.yarnpkg.com/acorn/-/acorn-7.2.0.tgz#17ea7e40d7c8640ff54a694c889c26f31704effe" - integrity sha512-apwXVmYVpQ34m/i71vrApRrRKCWQnZZF1+npOD0WV5xZFfwWOmKGQ2RWlfdy9vWITsenisM8M0Qeq8agcFHNiQ== + version "7.3.1" + resolved "https://registry.yarnpkg.com/acorn/-/acorn-7.3.1.tgz#85010754db53c3fbaf3b9ea3e083aa5c5d147ffd" + integrity sha512-tLc0wSnatxAQHVHUapaHdz72pi9KUyHjq5KyHjGg9Y8Ifdc79pTh2XvI6I1/chZbnM7QtNKzh66ooDogPZSleA== ajv@^6.5.5: version "6.12.2"