From bd165f5a8bfd53ca4e1a7ac9361dc446812987d5 Mon Sep 17 00:00:00 2001 From: haya14busa Date: Mon, 17 Jun 2024 22:46:27 +0900 Subject: [PATCH 1/3] Bump up version to v0.18.0 --- CHANGELOG.md | 19 +++++++++++++------ 1 file changed, 13 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9589cc4a..460cb592 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,13 +8,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### :sparkles: Release Note -This release supports related locations for`github-pr-review` reporter. -You can pass `related_locations` with `rdjson` / `rdjsonl` format. - -![related locations support](https://github.com/reviewdog/reviewdog/assets/3797062/6b6a4e53-33dd-4006-8446-af3dbb6becaa) - ### :rocket: Enhancements -- [#1770](https://github.com/reviewdog/reviewdog/pull/1770) Add related locations support for `github-pr-review` reporter - ... ### :bug: Fixes @@ -23,6 +17,18 @@ You can pass `related_locations` with `rdjson` / `rdjsonl` format. ### :rotating_light: Breaking changes - ... +## [v0.18.0] - 2024-06-17 + +### :sparkles: Release Note + +This release supports related locations for`github-pr-review` reporter. +You can pass `related_locations` with `rdjson` / `rdjsonl` format. + +![related locations support](https://github.com/reviewdog/reviewdog/assets/3797062/6b6a4e53-33dd-4006-8446-af3dbb6becaa) + +### :rocket: Enhancements +- [#1770](https://github.com/reviewdog/reviewdog/pull/1770) Add related locations support for `github-pr-review` reporter + ## [v0.17.5] - 2024-06-01 ### :bug: Fixes @@ -224,4 +230,5 @@ See https://github.com/reviewdog/reviewdog/releases for older release note. [v0.17.3]: https://github.com/reviewdog/reviewdog/compare/v0.17.2...v0.17.3 [v0.17.4]: https://github.com/reviewdog/reviewdog/compare/v0.17.3...v0.17.4 [v0.17.5]: https://github.com/reviewdog/reviewdog/compare/v0.17.4...v0.17.5 +[v0.18.0]: https://github.com/reviewdog/reviewdog/compare/v0.17.5...v0.18.0 [@haya14busa]: https://github.com/haya14busa From 80cea0536145d0369ca6338af43411471288f578 Mon Sep 17 00:00:00 2001 From: haya14busa Date: Mon, 17 Jun 2024 23:04:44 +0900 Subject: [PATCH 2/3] Use real example as a related location support screenshot --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 460cb592..d3384684 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -24,7 +24,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 This release supports related locations for`github-pr-review` reporter. You can pass `related_locations` with `rdjson` / `rdjsonl` format. -![related locations support](https://github.com/reviewdog/reviewdog/assets/3797062/6b6a4e53-33dd-4006-8446-af3dbb6becaa) +![related locations support](https://github.com/reviewdog/reviewdog/assets/3797062/55c29d26-d163-4758-846d-5b3473323366) ### :rocket: Enhancements - [#1770](https://github.com/reviewdog/reviewdog/pull/1770) Add related locations support for `github-pr-review` reporter From 3065c019c1f0d5bf5fcef1eba7f56069280111f2 Mon Sep 17 00:00:00 2001 From: haya14busa Date: Mon, 17 Jun 2024 23:36:30 +0900 Subject: [PATCH 3/3] update changelog: sarif supports related locations --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d3384684..f1431cfe 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -22,7 +22,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### :sparkles: Release Note This release supports related locations for`github-pr-review` reporter. -You can pass `related_locations` with `rdjson` / `rdjsonl` format. +You can pass `related_locations` with `rdjson` / `rdjsonl` and `sarif` format. ![related locations support](https://github.com/reviewdog/reviewdog/assets/3797062/55c29d26-d163-4758-846d-5b3473323366)