File tree Expand file tree Collapse file tree 3 files changed +8
-3
lines changed Expand file tree Collapse file tree 3 files changed +8
-3
lines changed Original file line number Diff line number Diff line change @@ -4,9 +4,13 @@ All notable changes to this project will be documented in this file.
44The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
55and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
66
7+
78## [ Unreleased]
89_ Nothing yet_
910
11+ ## [ v1.2.0-ba.1] - 2025-09-22
12+ - Fork release: based on v1.2.0, with Bondaval-specific changes and independent release process.
13+
1014## [ v1.2.0] - 2024-08-28
1115- Add input to configure GitHub Actions workflow filename (fgrosse/go-coverage-report #44 )
1216
@@ -28,7 +32,8 @@ _Nothing yet_
2832## [ v1.0.0] - 2024-03-18
2933- Initial release
3034
31- [ Unreleased ] : https://github.com/fgrosse/go-coverage-report/compare/v1.2.0...HEAD
35+ [ Unreleased ] : https://github.com/LanderK-Bondaval/go-coverage-report/compare/v1.2.0-ba.1...HEAD
36+ [ v1.2.0-ba.1 ] : https://github.com/LanderK-Bondaval/go-coverage-report/releases/tag/v1.2.0-ba.1
3237[ v1.2.0 ] : https://github.com/fgrosse/go-coverage-report/compare/v1.1.1...v1.2.0
3338[ v1.1.1 ] : https://github.com/fgrosse/go-coverage-report/compare/v1.1.0...v1.1.1
3439[ v1.1.0 ] : https://github.com/fgrosse/go-coverage-report/compare/v1.0.2...v1.1.0
Original file line number Diff line number Diff line change @@ -116,7 +116,7 @@ inputs:
116116 version :
117117 description : ' The exact version tag of the go-coverage-report tool to use.'
118118 required : true
119- default : " v1.2.0"
119+ default : " v1.2.0-ba.1 "
120120
121121 sha256sum :
122122 description : ' Optional SHA256 checksum of the tarball when downloading the go-coverage-report binary.'
Original file line number Diff line number Diff line change 99 version :
1010 description : ' The exact version tag of the go-coverage-report tool to use.'
1111 required : true
12- default : " v1.2.0"
12+ default : " v1.2.0-ba.1 "
1313
1414 sha256sum :
1515 description : ' Optional SHA256 checksum of the tarball when downloading the go-coverage-report binary.'
You can’t perform that action at this time.
0 commit comments