File tree 2 files changed +4
-1
lines changed
2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change 47
47
if : ${{ success() && matrix.php-versions == '8.2' }}
48
48
uses : codecov/codecov-action@v3
49
49
with :
50
+ token : ${{ secrets.CODECOV_TOKEN }}
50
51
files : ./.phpunit.cache/clover.xml
51
52
fail_ci_if_error : true
52
53
verbose : true
Original file line number Diff line number Diff line change @@ -5,7 +5,9 @@ All notable changes to this project will be documented in this file.
5
5
The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
6
6
and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
7
7
8
- ## [ Unreleased] ( https://github.com/kbsali/php-redmine-api/compare/v2.2.0...v2.x )
8
+ ## [ Unreleased] ( https://github.com/kbsali/php-redmine-api/compare/v2.3.0...v2.x )
9
+
10
+ ## [ v2.3.0] ( https://github.com/kbsali/php-redmine-api/compare/v2.2.0...v2.3.0 ) - 2023-10-09
9
11
10
12
### Added
11
13
You can’t perform that action at this time.
0 commit comments