Skip to content

Commit e180923

Browse files
Release v1.2.0-ba.1
1 parent dcf07d6 commit e180923

File tree

3 files changed

+8
-3
lines changed

3 files changed

+8
-3
lines changed

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,13 @@ 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+
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

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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.'

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ inputs:
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.'

0 commit comments

Comments
 (0)