Skip to content

Commit

Permalink
Merge pull request #1631 from reviewdog/prepare-for-releasing-v0.16.0
Browse files Browse the repository at this point in the history
prepare for releasing v0.16.0
  • Loading branch information
shogo82148 committed Dec 19, 2023
2 parents 970ec8d + 7ae3a6b commit 5e9230c
Showing 1 changed file with 14 additions and 6 deletions.
20 changes: 14 additions & 6 deletions CHANGELOG.md
Expand Up @@ -9,18 +9,25 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### :sparkles: Release Note <!-- optional -->

### :rocket: Enhancements
- [#1573](https://github.com/reviewdog/reviewdog/pull/1573) Add filter tests for file/nofilter mode
- [#1576](https://github.com/reviewdog/reviewdog/pull/1576) Support `--filter-mode=file` in `github-pr-review`
- [#1596](https://github.com/reviewdog/reviewdog/pull/1596) Use `CI_MERGE_REQUEST_DIFF_BASE_SHA` envvar if available in `gitlab-mr-discussion`
- [#1521](https://github.com/reviewdog/reviewdog/pull/1521) strict check of pr-review write permission
- [#1617](https://github.com/reviewdog/reviewdog/pull/1617) Add reporter to Gitea PR review comments `gitea-pr-review`
- ...

### :bug: Fixes
- ...

### :rotating_light: Breaking changes
- ...

## [v0.16.0] - 2023-12-17

### :rocket: Enhancements
- [#1573](https://github.com/reviewdog/reviewdog/pull/1573) Add filter tests for file/nofilter mode
- [#1576](https://github.com/reviewdog/reviewdog/pull/1576) Support `--filter-mode=file` in `github-pr-review`
- [#1596](https://github.com/reviewdog/reviewdog/pull/1596) Use `CI_MERGE_REQUEST_DIFF_BASE_SHA` envvar if available in `gitlab-mr-discussion`
- [#1521](https://github.com/reviewdog/reviewdog/pull/1521) strict check of pr-review write permission
- [#1617](https://github.com/reviewdog/reviewdog/pull/1617) Add reporter to Gitea PR review comments `gitea-pr-review`

---

## [v0.15.0] - 2023-09-02

### :rocket: Enhancements
Expand Down Expand Up @@ -160,7 +167,7 @@ $ cd subdir/ && reviewdog -filter-mode=file -fail-on-error -reporter=github-pr-r

See https://github.com/reviewdog/reviewdog/releases for older release note.

[Unreleased]: https://github.com/reviewdog/reviewdog/compare/v0.15.0...HEAD
[Unreleased]: https://github.com/reviewdog/reviewdog/compare/v0.16.0...HEAD
[v0.10.0]: https://github.com/reviewdog/reviewdog/compare/v0.9.17...v0.10.0
[v0.10.1]: https://github.com/reviewdog/reviewdog/compare/v0.10.0...v0.10.1
[v0.10.2]: https://github.com/reviewdog/reviewdog/compare/v0.10.1...v0.10.2
Expand All @@ -172,4 +179,5 @@ See https://github.com/reviewdog/reviewdog/releases for older release note.
[v0.14.1]: https://github.com/reviewdog/reviewdog/compare/v0.14.0...v0.14.1
[v0.14.2]: https://github.com/reviewdog/reviewdog/compare/v0.14.1...v0.14.2
[v0.15.0]: https://github.com/reviewdog/reviewdog/compare/v0.14.2...v0.15.0
[v0.16.0]: https://github.com/reviewdog/reviewdog/compare/v0.15.0...v0.16.0
[@haya14busa]: https://github.com/haya14busa

0 comments on commit 5e9230c

Please sign in to comment.