From 2f12a5b5f6b14e694c482e90d4a8c8d1d489db5d Mon Sep 17 00:00:00 2001 From: Amethyst Reese Date: Wed, 27 Dec 2023 13:38:23 -0800 Subject: [PATCH] mailmap --- .mailmap | 1 + CHANGELOG.md | 14 +++++++------- 2 files changed, 8 insertions(+), 7 deletions(-) create mode 100644 .mailmap diff --git a/.mailmap b/.mailmap new file mode 100644 index 0000000..645f424 --- /dev/null +++ b/.mailmap @@ -0,0 +1 @@ +Amethyst Reese diff --git a/CHANGELOG.md b/CHANGELOG.md index 5726304..f2d841f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -17,7 +17,7 @@ Bugfix release ```text $ git shortlog -s v0.5.0...v0.5.1 10 Amethyst Reese - 2 John Reese + 2 Amethyst Reese 1 Tim Hatch 12 dependabot[bot] ``` @@ -33,7 +33,7 @@ Feature release ```text $ git shortlog -s v0.4.0...v0.5.0 - 16 John Reese + 16 Amethyst Reese 4 dependabot[bot] ``` @@ -53,7 +53,7 @@ Feature release ```text $ git shortlog -s v0.4.0a1...v0.4.0 - 9 John Reese + 9 Amethyst Reese ``` @@ -69,7 +69,7 @@ Alpha release ```text $ git shortlog -s v0.3.0...v0.4.0a1 - 25 John Reese + 25 Amethyst Reese 11 dependabot[bot] ``` @@ -86,7 +86,7 @@ Feature release ```text $ git shortlog -s v0.2.0...v0.3.0 - 8 John Reese + 8 Amethyst Reese ``` @@ -107,7 +107,7 @@ See `pyproject.toml` for example job specs. ```text $ git shortlog -s v0.1.0...v0.2.0 - 16 John Reese + 16 Amethyst Reese 10 dependabot[bot] ``` @@ -121,7 +121,7 @@ Initial release ```text $ git shortlog -s v0.1.0 - 37 John Reese + 37 Amethyst Reese 2 dependabot[bot] ```