From cdcea137ce580ddd97c9d99a3082a422b7720012 Mon Sep 17 00:00:00 2001 From: Victor Date: Wed, 31 Jan 2024 22:57:32 +0000 Subject: [PATCH] fix(release): don't pin default semantic-release-config version --- release/README.md | 2 +- release/action.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/release/README.md b/release/README.md index 924386b..e644d6c 100644 --- a/release/README.md +++ b/release/README.md @@ -38,7 +38,7 @@ If you are using this action for protected branches, replace `GITHUB_TOKEN` with | checkout-repo | Perform checkout as first step of action | `false` | true | | github-token | GitHub token that can checkout the repository as well as create tags/releases against it. e.g. 'secrets.GITHUB_TOKEN' | `true` | | | dry-run | Whether to run semantic release in `dry-run` mode. It will override the dryRun attribute in your configuration file | `false` | false | -| extra-plugins | Extra plugins for pre-install. You can also specify specifying version range for the extra plugins if you prefer. Defaults to install @open-turo/semantic-release-config. | `false` | @open-turo/semantic-release-config@^1.4.0 | +| extra-plugins | Extra plugins for pre-install. You can also specify specifying version range for the extra plugins if you prefer. Defaults to install @open-turo/semantic-release-config. | `false` | @open-turo/semantic-release-config | diff --git a/release/action.yaml b/release/action.yaml index 58c2b27..fe45071 100644 --- a/release/action.yaml +++ b/release/action.yaml @@ -16,7 +16,7 @@ inputs: required: false description: Extra plugins for pre-install. You can also specify specifying version range for the extra plugins if you prefer. Defaults to install @open-turo/semantic-release-config. default: | - @open-turo/semantic-release-config@^1.4.0 + @open-turo/semantic-release-config outputs: new-release-published: description: Whether a new release was published