Skip to content

Commit 8c1d1a0

Browse files
committed
Release v1.2.0
1 parent b6496ac commit 8c1d1a0

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

CHANGELOG.md

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

77
## [Unreleased]
8+
_Nothing yet_
9+
10+
## [v1.2.0] - 2024-08-28
811
- Add input to configure GitHub Actions workflow filename (fgrosse/go-coverage-report#44)
912

1013
## [v1.1.1] - 2024-08-23
@@ -25,7 +28,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2528
## [v1.0.0] - 2024-03-18
2629
- Initial release
2730

28-
[Unreleased]: https://github.com/fgrosse/go-coverage-report/compare/v1.1.1...HEAD
31+
[Unreleased]: https://github.com/fgrosse/go-coverage-report/compare/v1.2.0...HEAD
32+
[v1.2.0]: https://github.com/fgrosse/go-coverage-report/compare/v1.1.1...v1.2.0
2933
[v1.1.1]: https://github.com/fgrosse/go-coverage-report/compare/v1.1.0...v1.1.1
3034
[v1.1.0]: https://github.com/fgrosse/go-coverage-report/compare/v1.0.2...v1.1.0
3135
[v1.0.2]: https://github.com/fgrosse/go-coverage-report/compare/v1.0.1...v1.0.2

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.1.1"
119+
default: "v1.2.0"
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.1.1"
12+
default: "v1.2.0"
1313

1414
sha256sum:
1515
description: 'Optional SHA256 checksum of the tarball when downloading the go-coverage-report binary.'

0 commit comments

Comments
 (0)