From c08aaec31b7bbdefc5995b999bd891804729c567 Mon Sep 17 00:00:00 2001 From: GP Date: Sun, 7 May 2023 11:01:45 +0530 Subject: [PATCH] docs: remove note asking users to use X.X.X version tags Verified that major, minor and patch tags all work now --- README.md | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/README.md b/README.md index d022f415..16fadee5 100644 --- a/README.md +++ b/README.md @@ -6,10 +6,6 @@ A GitHub action that publishes your code coverage to [Code Climate](http://codeclimate.com/). -> **Note** -> -> Please use a _specific_ version of this action – for example, `v4.0.0`, instead of using only major versions like `v4` or `v4.0` – these will **not** work! - > **Warning** > > Please upgrade to v3.1.1 (or higher) immediately. v3.1.0 was recently broken inadverdently, and the only fix is to upgrade your action to v3.1.1 or higher. Please see [#626](https://github.com/paambaati/codeclimate-action/issues/626) for more details. @@ -129,6 +125,6 @@ steps: Example projects -1. [paambaati/websight](https://github.com/paambaati/websight/blob/89f03007680531587dd5ff5c673e6d813a298d8c/.github/workflows/ci.yml#L33-L50) +1. [paambaati/websight](https://github.com/paambaati/websight/blob/5ab56bcc365ee73dd7937e87267db30f6357c4cd/.github/workflows/ci.yml#L33-L50) 2. [MartinNuc/coverage-ga-test](https://github.com/MartinNuc/coverage-ga-test/blob/master/.github/workflows/ci.yaml)