Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/.release-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "0.1.0"
".": "0.2.0"
}
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,13 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [0.2.0](https://github.com/xseman/coverage/compare/v0.1.0...v0.2.0) (2026-02-09)


### Features

* support workflow_run trigger with automatic PR detection ([#5](https://github.com/xseman/coverage/issues/5)) ([fca0651](https://github.com/xseman/coverage/commit/fca0651823a9ac85b1f9db710a0648b2d7a5b2f8))

## 0.1.0 (2026-02-09)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "coverage",
"description": "GitHub Action: parse coverage, post sticky PR comment with deltas",
"type": "module",
"version": "0.1.0",
"version": "0.2.0",
"license": "Apache-2.0",
"funding": "https://github.com/sponsors/xseman",
"homepage": "https://github.com/xseman/coverage",
Expand Down
Loading