Skip to content

Commit

Permalink
Merge pull request #19 from ccntrq/release-please--branches--master--…
Browse files Browse the repository at this point in the history
…components--git-suggest-reviewer

chore(master): release 2.0.0
  • Loading branch information
ccntrq authored Nov 3, 2022
2 parents f3402e5 + bab8079 commit e33e6fe
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "1.0.2"
".": "2.0.0"
}
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,19 @@ This project adheres to [Semantic
Versioning](https://semver.org/spec/v2.0.0.html). For commit guidelines see
[Conventional Commits](https://www.conventionalcommits.org/en/v1.0.0/).

## [2.0.0](https://github.com/ccntrq/git-suggest-reviewer/compare/v1.0.2...v2.0.0) (2022-11-03)


### ⚠ BREAKING CHANGES

* Assume authors with same email are the same person

### Features

* Add authorEmail to ReviewerStats ([23821fc](https://github.com/ccntrq/git-suggest-reviewer/commit/23821fcfe6c49cec4a35487da49ef2c2f62a905a))
* Add option to show the email of an author ([e2de943](https://github.com/ccntrq/git-suggest-reviewer/commit/e2de943c7a5c8770d22d981319446ffbacde1fa5))
* Assume authors with same email are the same person ([a91b086](https://github.com/ccntrq/git-suggest-reviewer/commit/a91b086487a8b0447f8d7a2422e39793a1bfb9c3))

## [1.0.2](https://github.com/ccntrq/git-suggest-reviewer/compare/v1.0.1...v1.0.2) (2022-10-31)


Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "git-suggest-reviewer",
"version": "1.0.2",
"version": "2.0.0",
"description": "Suggest candidates for a code review based on git history",
"license": "MIT",
"repository": "ccntrq/git-suggest-reviewer",
Expand Down

0 comments on commit e33e6fe

Please sign in to comment.