Skip to content
This repository was archived by the owner on Jul 23, 2025. It is now read-only.

Commit 0ec03f2

Browse files
committed
docs: update changelog entry and base versions
1 parent 2fd3127 commit 0ec03f2

File tree

2 files changed

+9
-5
lines changed

2 files changed

+9
-5
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

7+
# [3.1.0] - 2022-10-14
8+
### Changed
9+
- 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!
10+
711
# [3.0.0] - 2021-09-30
812
### Added
913
- ✨ Verifies CC reporter binary after download - via [`#429`](https://github.com/paambaati/codeclimate-action/pull/429). This closes [`#331`](https://github.com/paambaati/codeclimate-action/issues/331).

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ This action requires that you set the [`CC_TEST_REPORTER_ID`](https://docs.codec
2626
```yaml
2727
steps:
2828
- name: Test & publish code coverage
29-
uses: paambaati/codeclimate-action@v3.0.0
29+
uses: paambaati/codeclimate-action@v3.1.0
3030
env:
3131
CC_TEST_REPORTER_ID: <code_climate_reporter_id>
3232
with:
@@ -41,7 +41,7 @@ When you've already generated the coverage report in a previous step and wish to
4141
```yaml
4242
steps:
4343
- name: Test & publish code coverage
44-
uses: paambaati/codeclimate-action@v3.0.0
44+
uses: paambaati/codeclimate-action@v3.1.0
4545
env:
4646
CC_TEST_REPORTER_ID: <code_climate_reporter_id>
4747
```
@@ -53,7 +53,7 @@ This action supports basic glob patterns to search for files matching given patt
5353
```yaml
5454
steps:
5555
- name: Test & publish code coverage
56-
uses: paambaati/codeclimate-action@v3.0.0
56+
uses: paambaati/codeclimate-action@v3.1.0
5757
env:
5858
CC_TEST_REPORTER_ID: <code_climate_reporter_id>
5959
with:
@@ -67,7 +67,7 @@ steps:
6767
```yaml
6868
steps:
6969
- name: Test & publish code coverage
70-
uses: paambaati/codeclimate-action@v3.0.0
70+
uses: paambaati/codeclimate-action@v3.1.0
7171
env:
7272
# Set CC_TEST_REPORTER_ID as secret of your repo
7373
CC_TEST_REPORTER_ID: ${{secrets.CC_TEST_REPORTER_ID}}
@@ -108,7 +108,7 @@ module.exports = {
108108
```yaml
109109
steps:
110110
- name: Test & publish code coverage
111-
uses: paambaati/codeclimate-action@v3.0.0
111+
uses: paambaati/codeclimate-action@v3.1.0
112112
env:
113113
CC_TEST_REPORTER_ID: ${{secrets.CC_TEST_REPORTER_ID}}
114114
with:

0 commit comments

Comments
 (0)