diff --git a/CHANGELOG.md b/CHANGELOG.md index 98e78059..23d528e8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [3.1.1](https://github.com/paambaati/codeclimate-action/compare/v3.1.0...v3.1.1) (2022-10-20) + + +### Bug Fixes + +* **ci:** rebuild and republish to use new branch and workflows ([0c99fb3](https://github.com/paambaati/codeclimate-action/commit/0c99fb3d11aa2bbf8bf94ed90bd4955348c6338b)) + # [3.1.0] - 2022-10-14 ### Changed - Updated base runtime version to Node.js 16.x - via [`#622`](https://github.com/paambaati/codeclimate-action/pull/622). This closes [`#621`](https://github.com/paambaati/codeclimate-action/issues/621). Thanks @fabn! diff --git a/README.md b/README.md index 836f706d..5f0ba38a 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,7 @@ This action requires that you set the [`CC_TEST_REPORTER_ID`](https://docs.codec ```yaml steps: - name: Test & publish code coverage - uses: paambaati/codeclimate-action@v2.3.0 + uses: paambaati/codeclimate-action@v3.1.1 env: CC_TEST_REPORTER_ID: with: @@ -41,7 +41,7 @@ When you've already generated the coverage report in a previous step and wish to ```yaml steps: - name: Test & publish code coverage - uses: paambaati/codeclimate-action@v2.3.0 + uses: paambaati/codeclimate-action@v3.1.1 env: CC_TEST_REPORTER_ID: ``` @@ -53,7 +53,7 @@ This action supports basic glob patterns to search for files matching given patt ```yaml steps: - name: Test & publish code coverage - uses: paambaati/codeclimate-action@v2.3.0 + uses: paambaati/codeclimate-action@v3.1.1 env: CC_TEST_REPORTER_ID: with: @@ -67,7 +67,7 @@ steps: ```yaml steps: - name: Test & publish code coverage - uses: paambaati/codeclimate-action@v2.3.0 + uses: paambaati/codeclimate-action@v3.1.1 env: # Set CC_TEST_REPORTER_ID as secret of your repo CC_TEST_REPORTER_ID: ${{secrets.CC_TEST_REPORTER_ID}} @@ -108,7 +108,7 @@ module.exports = { ```yaml steps: - name: Test & publish code coverage - uses: paambaati/codeclimate-action@v2.3.0 + uses: paambaati/codeclimate-action@v3.1.1 env: CC_TEST_REPORTER_ID: ${{secrets.CC_TEST_REPORTER_ID}} with: diff --git a/package-lock.json b/package-lock.json index d8f38208..0777a91b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "codeclimate-action", - "version": "3.1.0", + "version": "3.1.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "codeclimate-action", - "version": "2.3.0", + "version": "3.1.1", "license": "MIT", "dependencies": { "@actions/core": "1.10.0", diff --git a/package.json b/package.json index 449ffa57..bd5dbf98 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "codeclimate-action", - "version": "3.1.0", + "version": "3.1.1", "private": true, "description": "Publish code coverage to Code Climate", "main": "lib/main.js",